ConnectCollection
ConnectCollection class
Connect collection.
Methods
| Name | Description |
|---|---|
| add(connect) | Add the connect in the collection. |
| clear() | |
| get() | |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove(connect) | Remove the connect from the collection. |
| removeAt() |
add(connect)
Add the connect in the collection.
| Parameter | Type | Description |
|---|---|---|
| connect | Connect |
Returns: Number — Number
clear()
get()
getCount()
iterator()
Reserved for internal use.
remove(connect)
Remove the connect from the collection.
| Parameter | Type | Description |
|---|---|---|
| connect | Connect |