length
|
|
Access
|
read-only
|
Returns
|
unsigned int
|
getNameindex
|
|
Parameters
|
unsigned intindex
The index of the item to be set.
|
Returns
|
String. The name of the item at the given index.
|
getNamedItemname
|
|
Parameters
|
Stringname
The name of the desired item.
|
Returns
|
Object. The item stored under the given name.
|
hasNamedItemname
|
|
Parameters
|
Stringname
The name of the desired item.
|
Returns
|
booleantrue if this named item exists in the array, false otherwise.
|
itemindex
|
|
Parameters
|
unsigned intindex
The index of the item to be returned.
|
Returns
|
Object. The item stored at the given index.
|