ParaCollection
Contents
[
Hide
]ParaCollection class
Para collection.
Methods
| Name | Description |
|---|---|
| add(item) | Add the Para object in the collection. |
| clear() | |
| get() | |
| getCount() | |
| getPara(IX) | Gets the element at the specified index IX. Returns Null if the element is not exist. |
| iterator() | Reserved for internal use. |
| remove(item) | Remove the Para object from the collection. |
| removeAt() |
add(item)
Add the Para object in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Para |
Returns: Number — Number
clear()
get()
getCount()
getPara(IX)
Gets the element at the specified index IX. Returns Null if the element is not exist.
| Parameter | Type | Description |
|---|---|---|
| IX | Number |
Returns: Para — Para
iterator()
Reserved for internal use.
remove(item)
Remove the Para object from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Para |