Implements a mutable list of objects indexed by an integer value
Located in /core/util/AbstractList.class.php (line 39)
PHP2Go | --AbstractList
| Class | Description |
|---|---|
| ReportSimpleSearch | Report simple search processor |
Class constructor
Adds an object in the list
If the object already exists in the list, it will be duplicated. If the index exists, all values starting at this index are shifted to the right. The add index must be positive and lower or equal than the list size.
Adds a collection of elements in the list
The add index must be positive and lower or equal than the size of the list. The current indexes of the collection will be ignored.
Clears the list
Checks if a given object is contained in the list
Checks if all elements of a given collection are contained in the list
Get an element of the list, given its index
Get the number of modifications since the list was instantiated
Get the index of the first occurence of an object in the list
Returns -1 when the object is not found.
Checks if the list is empty
Get the highest index of the list
Returns -1 when the list is empty.
Get the index of the last occurrence of an object in the list
Returns -1 if the object is not found.
Removes a list element, given its index
Removes all elements of the list
Removes a set of elements given a range of indexes
Redefine a member of the list, given its index
Get the current list size
Builds a subset of elements, given a range of indexes
Builds an array representation of the list
Builds a string representation of the list
Inherited From PHP2Go
PHP2Go::PHP2Go()
PHP2Go::equals()
PHP2Go::generateUniqueId()
PHP2Go::getClassName()
PHP2Go::getConfigVal()
PHP2Go::getLangVal()
PHP2Go::getObjectName()
PHP2Go::getParentName()
PHP2Go::hasDestructor()
PHP2Go::hashCode()
PHP2Go::isA()
PHP2Go::isSubclassOf()
PHP2Go::logError()
PHP2Go::raiseError()
PHP2Go::registerDestructor()
PHP2Go::registerShutdownFunc()
PHP2Go::retrieve()
PHP2Go::store()
PHP2Go::__toString()
Documentation generated on Sun, 07 Oct 2007 19:19:40 -0300 by phpDocumentor 1.3.2