Methods

add(item) → Number

Add the Para object in the collection.

Parameter

Name Type Optional Description

item

Para

 

Returns

Number 

clear()

Removes all elements from collection.

get(index) → Para

Gets the element at the specified index.

Parameter

Name Type Optional Description

index

Number

 

Returns

Para 

getCount()

Gets the number of elements actually contained in the collection.

getPara(IX) → Para

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

Parameter

Name Type Optional Description

IX

Number

 

Returns

Para 

isExist(index) → boolean

Is exist item in the collection.

Parameter

Name Type Optional Description

index

Number

 

index of element.

Returns

boolean 

iterator() → Iterator

Supports a simple iteration over a nongeneric collection.

Returns

Iterator 

remove(item)

Remove the Para object from the collection.

Parameter

Name Type Optional Description

item

Para