-
clear
-
Removes all items from the collection
-
clear
-
Removes all items from the collection
-
clear
-
Removes all items from the collection
-
clear
-
Removes all items from the collection
-
clear
-
Removes all items from the collection
-
clear
-
Removes all items from the map
-
clear
-
Removes all items from the collection
-
clear
-
Removes all items from the map
-
Collection.php
-
-
compare
-
Compares two arguments for sorting
-
contains
-
Tests to see whether the collection contains the value supplied
-
contains
-
Tests to see whether the collection contains the value supplied
-
contains
-
Tests to see whether the collection contains the value supplied
-
containsAll
-
Tests to see whether the collection contains all of the supplied values
-
containsAll
-
Tests to see whether the collection contains all of the supplied values
-
containsAll
-
Tests to see whether the collection contains all of the supplied values
-
containsAny
-
Tests to see whether the collection contains any of the supplied values
-
containsAny
-
Tests to see whether the collection contains any of the supplied values
-
containsAny
-
Tests to see whether the collection contains any of the supplied values
-
containsKey
-
Tests to see whether the map contains the key supplied
-
containsKey
-
Tests to see whether the map contains the key supplied
-
containsValue
-
Tests to see whether the map contains the value supplied
-
containsValue
-
Tests to see whether the map contains the value supplied
-
containsValue
-
Tests to see whether the map contains the value supplied
-
count
-
Gets the number of items in the map
-
count
-
Gets the number of items in the map
-
count
-
Gets the number of items in the collection
-
count
-
Gets the number of items in the collection
-
count
-
Counts the number of elements
-
current
-
Return the current element
-
Interface.php
-
-
Interface.php
-
-
Iterator.php
-
-
Interface.php
-
-
Interface.php
-
-
Interface.php
-
-
indexOf
-
Returns the first index found for the specified value
-
indexOf
-
Returns the first index found for the specified value
-
indexOf
-
Returns the first index found for the specified value
-
insert
-
Inserts a value into the list at the specified index
-
insert
-
Inserts a value into the list at the specified index
-
insert
-
Inserts a value into the list at the specified index
-
insert
-
Inserts a value into the list at the specified index
-
insertAll
-
Inserts the supplied values into the list at the specified index
-
insertAll
-
Inserts the supplied values into the list at the specified index
-
insertAll
-
Inserts the supplied values into the list at the specified index
-
insertAll
-
Inserts the supplied values into the list at the specified index
-
isEmpty
-
Tests to see if the collection contains no elements
-
isEmpty
-
Tests to see if the collection contains no elements
-
isEmpty
-
Tests to see if the collection contains no elements
-
isEmpty
-
Tests to see if the collection contains no elements
-
isEmpty
-
Tests to see if the collection contains no elements
-
offsetExists
-
Gets whether the specified key exists in the map
-
offsetExists
-
Gets whether the specified index exists in the list
-
offsetExists
-
Gets whether the specified key exists in the map
-
offsetExists
-
Gets whether the specified index exists in the list
-
offsetGet
-
Gets the value at a specified key
-
offsetGet
-
Gets the value at a specified key
-
offsetGet
-
Gets the value at a specified index
-
offsetGet
-
Gets the value at a specified index
-
offsetSet
-
Sets the value at a given key.
-
offsetSet
-
Sets the value at a given key.
-
offsetSet
-
Sets the value at a given index.
-
offsetSet
-
Sets the value at a given index.
-
offsetSet
-
Sets the value at a given index.
-
offsetUnset
-
Removes a value at the specified key
-
offsetUnset
-
Removes a value at the specified index
-
offsetUnset
-
Removes a value at the specified index
-
offsetUnset
-
Removes a value at the specified index
-
offsetUnset
-
Removes a value at the specified key
-
remove
-
Removes the mapping for the specified key
-
remove
-
Removes the mapping for the specified key
-
remove
-
Removes the specified value from the collection
-
remove
-
Removes the specified value from the collection
-
remove
-
Removes the specified value from the collection
-
remove
-
Removes the specified value from the collection
-
remove
-
Removes the specified value from the collection
-
remove
-
Removes the specified value from the collection
-
removeAll
-
Removes all of the specified values from the collection
-
removeAll
-
Removes all of the specified values from the collection
-
removeAll
-
Removes all of the specified values from the collection
-
removeAll
-
Removes all of the specified values from the collection
-
removeAll
-
Removes all of the specified values from the collection
-
removeAll
-
Removes all of the specified values from the collection
-
removeAt
-
Removes a value at the specified index
-
removeAt
-
Removes a value at the specified index
-
removeAt
-
Removes a value at the specified index
-
retainAll
-
Removes all values from the collection except for the ones specified
-
retainAll
-
Removes all values from the collection except for the ones specified
-
retainAll
-
Removes all values from the collection except for the ones specified
-
retainAll
-
Removes all values from the collection except for the ones specified
-
retainAll
-
Removes all values from the collection except for the ones specified
-
retainAll
-
Removes all values from the collection except for the ones specified
-
rewind
-
Rewind the pointer to the first element
-
Xyster_Collection
-
Implementation of Xyster_Collection_Abstract with static helper methods
-
Xyster_Collection_Abstract
-
Abstract class for collections
-
Xyster_Collection_Comparator_Interface
-
A comparison callback class
-
Xyster_Collection_Exception
-
Exception for collections
-
Xyster_Collection_Interface
-
Interface for collections
-
Xyster_Collection_Iterator
-
Iterator for collections
-
Xyster_Collection_List
-
Simple implementation of an index-based collection
-
Xyster_Collection_List_Abstract
-
Abstract class for index-based collections
-
Xyster_Collection_List_Empty
-
An immutable empty list
-
Xyster_Collection_List_Interface
-
Index-based collection
-
Xyster_Collection_Map
-
Implementation of a key-based collection
-
Xyster_Collection_Map_Abstract
-
Abstract class for key-based collections
-
Xyster_Collection_Map_Entry
-
Simple Map Entry
-
Xyster_Collection_Map_Interface
-
Interface for key-based collections
-
Xyster_Collection_Map_String
-
A simple string key-based map
-
Xyster_Collection_Set
-
Simple implementation of the no-duplicate collection
-
Xyster_Collection_Set_Abstract
-
Abstract class for no-duplicate collections
-
Xyster_Collection_Set_Interface
-
A tag interface for no-duplicate collections
-
Xyster_Collection_Set_Sortable
-
No-duplicate collection whose elements can be reordered