net.infonode.util.collection.map.base
public interface Map extends ConstMap, Collection
Version: $Revision: 1.4 $
Method Summary | |
---|---|
MapIterator | iterator()
Returns an iterator for this map.
|
Object | put(Object key, Object value)
Associate a key with a value.
|
Object | remove(Object key)
Removes a key and it's value.
|
Returns: an iterator for this map
Parameters: key the key value the value
Returns: the old value associated with this key, null if no value existed
Parameters: key the key
Returns: the value associated with the key, null if no value existed