Basic PHP implementation of Java HashMap object; used to simplify automatic source code conversion
Basic PHP implementation of Java HashMap object; used to simplify automatic source code conversion
Located in /ExtensionLib.php (line 7)
Create a HashMap with the specified values.
Create a HashMap with the specified values.
Removes all mappings from this map.
Removes all mappings from this map.
Indicates if the specified mapped property contain a value for the specified key value.
Indicates if the specified mapped property contain a value for the specified key value.
Returns true if this map contains a mapping for the specified key.
Returns true if this map contains a mapping for the specified key.
Returns true if this map maps one or more keys to the specified value.
Returns true if this map maps one or more keys to the specified value.
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
Returns true if this map contains no key-value mappings.
Returns true if this map contains no key-value mappings.
Returns an array of the keys contained in this map.
Returns an array of the keys contained in this map.
Associates the specified value with the specified key in this map.
Associates the specified value with the specified key in this map.
Copies all of the mappings from the specified map to this map. mappings will replace any mappings that this map had for any of the keys currently in the specified map.
Copies all of the mappings from the specified map to this map. These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
Removes the mapping for this key from this map if present.
Removes the mapping for this key from this map if present.
Returns the number of key-value mappings in this map.
Returns the number of key-value mappings in this map.
Returns an array of the values contained in this map.
Returns an array of the values contained in this map.
Documentation generated on Thu, 20 Mar 2008 16:22:21 -0400 by phpDocumentor 1.4.0