|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Map compatible version.
Method Summary | |
boolean |
containsKey(Object key)
Returns true if this map contains a mapping for the specified key. |
Object |
get(Object key)
Returns the value to which this map maps the specified key. |
Set |
keySet()
Returns a set view of the keys contained in this map. |
Object |
put(Object key,
Object value)
Associates the specified value with the specified key in this map (optional operation). |
Method Detail |
public boolean containsKey(Object key)
key
- The key.
public Object get(Object key)
key
- The key.
public Object put(Object key, Object value)
key
- The key.value
- The value.
public Set keySet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |