CharCollection

CharCollection class

Char collection.

Methods

NameDescription
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.

ParameterTypeDescription
itemChar

Returns: Number — Number

clear()

get()

getChar(IX)

Gets the element at the specified IX.

ParameterTypeDescription
IXNumberint

Returns: Char — Char CharChar.

getCount()

iterator()

Reserved for internal use.

remove(item)

Remove the Char object from the collection.

ParameterTypeDescription
itemChar

removeAt()