A simple string key-based map
Located in /Collection/Map/String.php (line 27)
Xyster_Collection_Map_Abstract | --Xyster_Collection_Map_String
Creates a new map with object keys
Removes all items from the map
Tests to see whether the map contains the value supplied
If the supplied value is an object, the comparison will be done for identity (===) and not for value (==).
Gets the number of items in the map
Gets an iterator for the keys and values in this set
Gets the first key found for the value supplied
This method could return null if the key is null, or if the key was not found. Use containsKey to check which is true.
Gets all keys for the value supplied
Gets whether the specified key exists in the map
Gets the value at a specified key
Sets the value at a given key.
Removes a value at the specified key
Puts the items in this collection into an array
Inherited From Xyster_Collection_Map_Abstract
Xyster_Collection_Map_Abstract::containsKey()
Xyster_Collection_Map_Abstract::containsValue()
Xyster_Collection_Map_Abstract::get()
Xyster_Collection_Map_Abstract::isEmpty()
Xyster_Collection_Map_Abstract::merge()
Xyster_Collection_Map_Abstract::remove()
Xyster_Collection_Map_Abstract::set()
Documentation generated on Mon, 19 May 2008 17:07:38 -0400 by phpDocumentor 1.4.2