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