ArrayList of objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the ArrayList class in the Java language.
Located in /phrame/util/ArrayList.php (line 10)
Object | --ArrayList
Class | Description |
---|---|
Stack | Stack of LIFO objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the Stack class in the Java language. |
Create an ArrayList with the specified elements.
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.
Removes all of the elements from this list.
Returns true if this list contains the specified element.
Returns the element at the specified position in this list.
Searches for the first occurence of the given argument.
Tests if this list has no elements.
Returns the index of the last occurrence of the specified object 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.
Replaces the element at the specified position in this list with the specified element.
Returns the number of elements in this list.
Returns an array containing all of the elements in this list in the correct order.
Inherited From Object
Object::equals()
Object::toString()
Documentation generated on Wed, 05 Oct 2011 10:36:22 +0200 by phpDocumentor 1.4.1