Methods

add(item) → Number

Add the Char object in the collection.

Parameter

Name Type Optional Description

item

Char

 

Returns

Number 

clear()

Removes all elements from collection.

get(index) → Char

Gets the element at the specified index.

Parameter

Name Type Optional Description

index

Number

 

Returns

Char 

getChar(IX) → Char

Gets the element at the specified IX.

Parameter

Name Type Optional Description

IX

Number

 

int

Returns

Char CharChar.

getCount()

Gets the number of elements actually contained in the collection.

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 Char object from the collection.

Parameter

Name Type Optional Description

item

Char