HashMap of objects that can be administered and searched, while hiding the internal implementation. This is an implementation of the HashMap class in the Java language.
Located in /phrame/util/HashMap.php (line 10)
Object | --HashMap
Class | Description |
---|---|
ActionMapping | The ActionMapping class represents the information that the ActionController knows about the ActionMapping of a particular request to an instance of a particular Action class. The ActionMapping is passed to the perform() method of the Action class itself, enabling access to this information directly. |
Create a HashMap with the specified values.
Removes all mappings from this map.
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 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 an array of the keys contained 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. 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.
Returns the number of key-value mappings in this map.
Returns an array of the values contained in this map.
Inherited From Object
Object::equals()
Object::toString()
Documentation generated on Wed, 05 Oct 2011 10:36:31 +0200 by phpDocumentor 1.4.1