public interface ConstMap extends ConstCollection
Modifier and Type | Method and Description |
---|---|
ConstMapIterator |
constIterator()
Returns an iterator for this map.
|
boolean |
containsKey(java.lang.Object key)
Returns true if this map contains the key.
|
boolean |
containsValue(java.lang.Object value)
Returns true if this map contains the value.
|
java.lang.Object |
get(java.lang.Object key)
Returns the value associated with the key.
|
isEmpty
java.lang.Object get(java.lang.Object key)
key
- the keyboolean containsKey(java.lang.Object key)
key
- the keyboolean containsValue(java.lang.Object value)
value
- the valueConstMapIterator constIterator()