Simple implementation of an index-based collection
Located in /Collection/List.php (line 27)
Xyster_Collection_Abstract | --Xyster_Collection_List_Abstract | --Xyster_Collection_List
Creates a new list
Adds an item to the collection
Removes all items from the collection
Inserts a value into the list at the specified index
{@inherit}
Inserts the supplied values into the list at the specified index
{@inherit}
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
{@inherit}
Removes the specified value from the collection
Removes all of the specified values from the collection
Removes all values from the collection except for the ones specified
Removes $count elements starting at $from
Inherited From Xyster_Collection_List_Abstract
Xyster_Collection_List_Abstract::get()
Xyster_Collection_List_Abstract::indexOf()
Xyster_Collection_List_Abstract::insert()
Xyster_Collection_List_Abstract::insertAll()
Xyster_Collection_List_Abstract::offsetExists()
Xyster_Collection_List_Abstract::offsetGet()
Xyster_Collection_List_Abstract::offsetSet()
Xyster_Collection_List_Abstract::offsetUnset()
Xyster_Collection_List_Abstract::remove()
Xyster_Collection_List_Abstract::removeAll()
Xyster_Collection_List_Abstract::removeAt()
Xyster_Collection_List_Abstract::retainAll()
Xyster_Collection_List_Abstract::set()
Xyster_Collection_List_Abstract::slice()
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:07:25 -0400 by phpDocumentor 1.4.2