| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | getNextID() | |
method | setNextID(value) | |
| The next available ID for new connections. | ||
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(dataConnection) | |
Add the dataConnection in the collection.
|
||
method | clear() | |
method | getDataConnection(ID) | |
Gets the element at the specified ID.
|
||
method | iterator() | |
Reserved for internal use. |
||
method | remove(dataConnection) | |
Remove the dataConnection from the collection.
|
||
method | removeAt(index) | |
long getNextID() / setNextID(value)
int getCount()
DataConnection get(index)
int add(dataConnection)
dataConnection: DataConnection - remove(dataConnection)
dataConnection: DataConnection - DataConnection getDataConnection(ID)
ID: long - ID of DataConnectionclear()
removeAt(index)
Iterator iterator()