Implements interfaces:
Abstract class for index-based collections
Located in /Collection/List/Abstract.php (line 31)
Xyster_Collection_Abstract | --Xyster_Collection_List_Abstract
Class | Description |
---|---|
Xyster_Collection_List | Simple implementation of an index-based collection |
Gets the value at a specified index
This method is an alias to ArrayAccess::offsetGet
The index must be greater than or equal to 0 and less than or equal to the size of this collection. In other words, an index is valid if
Returns the first index found for the specified value
Inserts a value into the list at the specified index
The index must be greater than or equal to 0 and less than or equal to the size of this collection. In other words, an index is valid if
Inserts the supplied values into the list at the specified index
The index must be greater than or equal to 0 and less than or equal to the size of this collection. In other words, an index is valid if
Gets whether the specified index exists in the list
Gets the value at a specified index
The index must be greater than or equal to 0 and less than the size of this collection. In other words, an index is valid if
Sets the value at a given index.
The index must be greater than or equal to 0 and less than or equal to the size of this collection. In other words, an index is valid if
Removes a value at the specified index
The index must be greater than or equal to 0 and less than the size of this collection. In other words, an index is valid if
Removes the specified value from the collection
Removes all of the specified values from the collection
Removes a value at the specified index
This method is an alias to ArrayAccess::offsetUnset
The index must be greater than or equal to 0 and less than the size of this collection. In other words, an index is valid if
Removes all values from the collection except for the ones specified
{@inherit}
Sets the value at a given index.
This method is an alias to ArrayAccess::offsetSet.
The index must be greater than or equal to 0 and less than the size of this collection. In other words, an index is valid if
Removes $count elements starting at $from
Inherited From Xyster_Collection_Abstract
Xyster_Collection_Abstract::add()
Xyster_Collection_Abstract::clear()
Xyster_Collection_Abstract::contains()
Xyster_Collection_Abstract::containsAll()
Xyster_Collection_Abstract::containsAny()
Xyster_Collection_Abstract::count()
Xyster_Collection_Abstract::getIterator()
Xyster_Collection_Abstract::isEmpty()
Xyster_Collection_Abstract::merge()
Xyster_Collection_Abstract::remove()
Xyster_Collection_Abstract::removeAll()
Xyster_Collection_Abstract::retainAll()
Xyster_Collection_Abstract::toArray()
Xyster_Collection_Abstract::__toString()
Documentation generated on Mon, 19 May 2008 17:06:49 -0400 by phpDocumentor 1.4.2