length
|
|
Access
|
read-write
|
Returns
|
unsigned int
|
itemindex
|
|
Parameters
|
unsigned intindex
The index of the item to be returned.
|
Returns
|
Object. The item stored at the given index.
|
namedItemname
|
|
Parameters
|
Stringname
The name of the desired item.
|
Returns
|
Object. The item stored under the given name.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fArray. The object corresponding to the serialized representation.
|
setItemindexitem
|
|
Parameters
|
unsigned intindex
The index of the item to be set.
Objectitem
The item to be set.
|
Returns
|
void. None.
|
setNamedItemnameitem
|
|
Parameters
|
Stringname
The name of the item.
Objectitem
The Object to store under the given name.
|
Returns
|
void. This method does not return a value.
|