net.infonode.util.collection.map
public class SingleValueMap extends Object implements ConstMap
Version: $Revision: 1.3 $
| Constructor Summary | |
|---|---|
| SingleValueMap(Object key, Object value) | |
| Method Summary | |
|---|---|
| ConstMapIterator | constIterator() |
| boolean | containsKey(Object key) |
| boolean | containsValue(Object value) |
| Object | get(Object key) |
| boolean | isEmpty() |