|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstMap
An immutable map.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface net.infonode.util.collection.ConstCollection |
|---|
isEmpty |
| Method Detail |
|---|
java.lang.Object get(java.lang.Object key)
key - the key
boolean containsKey(java.lang.Object key)
key - the key
boolean containsValue(java.lang.Object value)
value - the value
ConstMapIterator constIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||