Référence FOM > Application > Arrays > fLengthArray interface
fLengthArray interface
A collection of fLength objects
length attribute
Returns the number of elements in this array.
length
Access
read-only
Returns
unsigned int
item method
Return the item stored at the given index.
item index
Parameters
unsigned int index
The index of the item to be returned.
Returns
fLength. The item stored at the given index.
readResolve method
Return the object corresponding to the given serialized representation.
readResolve obj
Parameters
Object obj
The serialized representation.
Returns
fLengthArray. The object corresponding to the serialized representation.
setItem method
Set the item stored at the given index.
setItem index value
Parameters
unsigned int index
The index of the item to be set.
fLength value
The value to be stored at the given index.
Returns
void. This method does not have a return value.
Est-ce que cela a été utile ?