Methods

add(item) → Number

Add the Char object in the collection.

Parameter

Name Type Optional Description

item

Char

 

Returns

Number 

clear()

get()

getChar(IX) → Char

Gets the element at the specified IX.

Parameter

Name Type Optional Description

IX

Number

 

int

Returns

Char CharChar.

getCount()

iterator()

Reserved for internal use.

remove(item)

Remove the Char object from the collection.

Parameter

Name Type Optional Description

item

Char

 

removeAt()