Index-based collection
Located in /Collection/List/Interface.php (line 27)
Countable | --Xyster_Collection_Interface | --Xyster_Collection_List_Interface
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
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 or equal to the size of this collection. In other words, an index is valid if
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 or equal to the size of this collection. In other words, an index is valid if
Removes all elements between $from and $to, including $from.
Inherited From Xyster_Collection_Interface
Xyster_Collection_Interface::add()
Xyster_Collection_Interface::clear()
Xyster_Collection_Interface::contains()
Xyster_Collection_Interface::containsAll()
Xyster_Collection_Interface::containsAny()
Xyster_Collection_Interface::isEmpty()
Xyster_Collection_Interface::merge()
Xyster_Collection_Interface::remove()
Xyster_Collection_Interface::removeAll()
Xyster_Collection_Interface::retainAll()
Xyster_Collection_Interface::toArray()
Documentation generated on Mon, 19 May 2008 17:07:22 -0400 by phpDocumentor 1.4.2