Class | Description |
---|---|
Xyster_Collection_Set_Abstract | Abstract class for no-duplicate collections |
Xyster_Collection_List_Abstract | Abstract class for index-based collections |
Xyster_Validate_Errors | An error notification class |
Xyster_Collection | Implementation of Xyster_Collection_Abstract with static helper methods |
Adds an item to the collection
Removes all items from the collection
Tests to see whether the collection contains the value supplied
If the supplied value is an object, the comparison will be done for identity (===) and not for value (==).
Tests to see whether the collection contains all of the supplied values
Tests to see whether the collection contains any of the supplied values
Basically, implementations can safely return true on the first item that is found.
Gets the number of items in the collection
Gets an iterator for the values in the collection
Tests to see if the collection contains no elements
The return value from this method should be equivalent to
Merges the values from the supplied collection into this one
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
If the collection doesn't contain any of the values supplied, it should simply be emptied.
Puts the items in this collection into an array
Converts the collection into a string
Documentation generated on Mon, 19 May 2008 17:06:52 -0400 by phpDocumentor 1.4.2