net.infonode.util.collection.map.base
public interface ConstMap extends ConstCollection
Version: $Revision: 1.2 $
Method Summary | |
---|---|
ConstMapIterator | constIterator()
Returns an iterator for this map.
|
boolean | containsKey(Object key)
Returns true if this map contains the key.
|
boolean | containsValue(Object value)
Returns true if this map contains the value.
|
Object | get(Object key)
Returns the value associated with the key.
|
Returns: an iterator for this map
Parameters: key the key
Returns: true if this map contains the key
Parameters: value the value
Returns: true if this map contains the value
Parameters: key the key
Returns: the value associated with the key, null if no value is associated with the key