ParaCollection

ParaCollection class

Para collection.

Methods

NameDescription
add(item)Add the Para object in the collection.
clear()
get()
getCount()
getPara(IX)Gets the element at the specified index IX. Returns Null if the element is not exist.
iterator()Reserved for internal use.
remove(item)Remove the Para object from the collection.
removeAt()

add(item)

Add the Para object in the collection.

ParameterTypeDescription
itemPara

Returns: Number — Number

clear()

get()

getCount()

getPara(IX)

Gets the element at the specified index IX. Returns Null if the element is not exist.

ParameterTypeDescription
IXNumber

Returns: Para — Para

iterator()

Reserved for internal use.

remove(item)

Remove the Para object from the collection.

ParameterTypeDescription
itemPara

removeAt()