Methods

add(dataConnection) → Number

Add the dataConnection in the collection.

Parameter

Name Type Optional Description

dataConnection

DataConnection

 

Returns

Number 

clear()

get()

getCount()

getDataConnection(ID) → DataConnection

Gets the element at the specified ID.

Parameter

Name Type Optional Description

ID

long

 

ID of DataConnection

Returns

DataConnection DataConnection DataConnection.

getNextID()

The next available ID for new connections.

iterator()

Reserved for internal use.

remove(dataConnection)

Remove the dataConnection from the collection.

Parameter

Name Type Optional Description

dataConnection

DataConnection

 

removeAt()

setNextID()

The next available ID for new connections.