Implements interfaces:
Simple implementation of the no-duplicate collection
Located in /Collection/Set.php (line 31)
Xyster_Collection_Abstract | --Xyster_Collection | --Xyster_Collection_Set
Creates a new set
Adds an item to the set
This collection doesn't accept duplicate values, and will return false if the provided value is already in the collection.
Inherited From Xyster_Collection
Xyster_Collection::__construct()
Xyster_Collection::add()
Xyster_Collection::clear()
Xyster_Collection::emptyList()
Xyster_Collection::fixedCollection()
Xyster_Collection::fixedList()
Xyster_Collection::fixedMap()
Xyster_Collection::fixedSet()
Xyster_Collection::remove()
Xyster_Collection::removeAll()
Xyster_Collection::retainAll()
Xyster_Collection::using()
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:34 -0400 by phpDocumentor 1.4.2