ConnectionCollection

ConnectionCollection class

Connection collection.

Methods

NameDescription
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.

ParameterTypeDescription
indexNumber

Returns: Connection — Connection

getCount()

iterator()

Reserved for internal use.

remove()

Remove the Connection object from the collection.

removeAt()