Implementation of Xyster_Collection_Abstract with static helper methods
Located in /Collection.php (line 28)
Xyster_Collection_Abstract | --Xyster_Collection
Class | Description |
---|---|
Xyster_Collection_Set | Simple implementation of the no-duplicate collection |
Gets an immutable, empty list
Returns a new unchangable collection containing all the supplied values
Returns a new unchangable list containing all the supplied values
Returns a new unchangable map containing all the supplied key/value pairs
Returns a new unchangable set containing all the supplied values
Creates a new collection containing the values
Creates a new simple collection
Adds an item to the collection
Removes all items from the collection
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
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:03 -0400 by phpDocumentor 1.4.2