CharCollection
CharCollection class
Char collection.
Methods
| Name | Description |
|---|---|
| add(item) | Add the Char object in the collection. |
| clear() | |
| get() | |
| getChar(IX) | Gets the element at the specified IX. |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove(item) | Remove the Char object from the collection. |
| removeAt() |
add(item)
Add the Char object in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Char |
Returns: Number — Number
clear()
get()
getChar(IX)
Gets the element at the specified IX.
| Parameter | Type | Description |
|---|---|---|
| IX | Number | int |
Returns: Char — Char CharChar.
getCount()
iterator()
Reserved for internal use.
remove(item)
Remove the Char object from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Char |