length
|
|
Access
|
read-only
|
Returns
|
unsigned int
|
itemindex
|
|
Parameters
|
unsigned intindex
The index of the item to be returned.
|
Returns
|
boolean. The item stored at the given index.
|
namedItemname
|
|
Parameters
|
Stringname
The name of the desired item.
|
Returns
|
boolean. The value stored under the given name.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fBoolArray. The object corresponding to the serialized representation.
|
setItemindexvalue
|
|
Parameters
|
unsigned intindex
The index of the item to be set.
booleanvalue
The value to store at the given index.
|
Returns
|
void. This method does not have a return value.
|
setNamedItemnamevalue
|
|
Parameters
|
Stringname
The name of the item to be set.
booleanvalue
The value to be stored under the given name.
|
Returns
|
void. This method does not have a return value.
|