Create an ArrayList with the specified elements.
Create an ArrayList with the specified elements.
Appends the specified element to the end of this list.
Appends the specified element to the end of this list.
Appends all of the elements in the specified ArrayList to the end of this list, in the order that they are returned by the specified ArrayList's ListIterator.
Appends all of the elements in the specified ArrayList to the end of this list, in the order that they are returned by the specified ArrayList's ListIterator.
Removes all of the elements from this list.
Removes all of the elements from this list.
Returns true if this list contains the specified element.
Returns true if this list contains the specified element.
Return the current array element
Return the current array element
Returns the element at the specified position in this list.
Returns the element at the specified position in this list.
Searches for the first occurence of the given argument.
Searches for the first occurence of the given argument.
Tests if this list has no elements.
Tests if this list has no elements.
Return the key of the current array element
Return the key of the current array element
Returns the index of the last occurrence of the specified object in this list.
Returns the index of the last occurrence of the specified object in this list.
Move forward by one
Move forward by one PHP's next() returns false if there are no more elements
Removes the element at the specified position in this list.
Removes the element at the specified position in this list.
Removes from this List all of the elements whose index is between start, inclusive and end, exclusive.
Removes from this List all of the elements whose index is between start, inclusive and end, exclusive.
Return the array "pointer" to the first element
Return the array "pointer" to the first element PHP's reset() returns false if the array has no elements
Replaces the element at the specified position in this list with the specified element.
Replaces the element at the specified position in this list with the specified element.
Returns the number of elements in this list.
Returns the number of elements in this list.
Returns an array containing all of the elements in this list in the correct order.
Returns an array containing all of the elements in this list in the correct order.
Is the current element valid?
Is the current element valid?
Documentation generated on Thu, 20 Mar 2008 16:22:20 -0400 by phpDocumentor 1.4.0