ConnectionCollection
ConnectionCollection class
Connection collection.
Methods
| Name | Description |
|---|---|
| add() | Add the Connection object in the collection. |
| clear() | |
| get(index) | Gets the element at the specified index. |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove() | Remove the Connection object from the collection. |
| removeAt() |
add()
Add the Connection object in the collection.
Returns: Number — Number
clear()
get(index)
Gets the element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number |
Returns: Connection — Connection
getCount()
iterator()
Reserved for internal use.
remove()
Remove the Connection object from the collection.