| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(item) | |
Add the Char object in the collection.
|
||
method | clear() | |
method | getChar(IX) | |
Gets the element at the specified IX.
|
||
method | iterator() | |
Reserved for internal use. |
||
method | remove(item) | |
Remove the Char object from the collection.
|
||
method | removeAt(index) | |
int add(item)
item: Char - remove(item)
item: Char - Char getChar(IX)
IX: int - clear()
removeAt(index)
Iterator iterator()