Package org.jext.dawn.array

Class Summary
AddElementFunction Adds an element at the end of a given array.
Usage:
array object addElement
Then, the array is pushed on the stack with the new object in it.
ArrayFunction Creates a new array.
Usage:
array
ClearArrayFunction Removes all elements from a given array.
Usage:
array clearArray
ElementAtFunction Returns the element stored at the given index of an array.
Usage:
array index elementAt
This function then pushes both the array and the object on the stack.
ElementsFunction Adds a specified amount of elements.
Usage:
array amount elements
InsertElementAtFunction Inserts the element at given index.
Usage:
array object index insertElementAt
LengthFunction Returns the length of a given array.
RemoveElementAtFunction Removes the element at given index in an array.
Usage:
array index removeElementAt
SetElementAtFunction Sets the element at given index.
Usage:
array object index setElementAt
 



Copyright © 2002 Romain Guy.