|
length
|
|
|
Access
|
read-write
|
|
Returns
|
unsigned int
|
|
item index
|
|
|
Parameters
|
unsigned int index
The index of the item to be returned.
|
|
Returns
|
Object. The item stored at the given index.
|
|
namedItem name
|
|
|
Parameters
|
String name
The name of the desired item.
|
|
Returns
|
Object. The item stored under the given name.
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
The serialized representation.
|
|
Returns
|
fArray. The object corresponding to the serialized representation.
|
|
setItem index item
|
|
|
Parameters
|
unsigned int index
The index of the item to be set.
Object item
The item to be set.
|
|
Returns
|
void. None.
|
|
setNamedItem name item
|
|
|
Parameters
|
String name
The name of the item.
Object item
The Object to store under the given name.
|
|
Returns
|
void. This method does not return a value.
|