|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that maps keys to values. A map cannot contain duplicate keys; each key can map to at most one value
Method Summary | |
Hashable |
find(Hashable key)
Removes the mapping for this key from this map if it is present |
void |
insert(Hashable x)
|
void |
remove(Hashable x)
Removes the mapping for this key from this map if it is present |
Method Detail |
public void insert(Hashable x)
x
- public void remove(Hashable x)
public Hashable find(Hashable key)
key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |