length
|
|
Access
|
read-only
|
Returns
|
unsigned int
|
itemindex
|
|
Parameters
|
unsigned intindex
The index of the item to be returned.
|
Returns
|
String. The item stored at the given index.
|
namedItemname
|
|
Parameters
|
Stringname
The name of the item to be returned.
|
Returns
|
String. The value stored under the given name.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fStringArray. The object corresponding to the serialized representation.
|
setItemindexstring
|
|
Parameters
|
unsigned intindex
The index of the item to be stored.
Stringstring
The string to be stored 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.
Stringvalue
The value to store under the given name.
|
Returns
|
void. This method does not have a return value.
|