|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.util.Set |
getKeys()
Return the key set of the map. |
Value |
getValue(java.lang.String key)
Return the value for the given key or null if it does not exist. |
void |
setValue(java.lang.String key,
Value value)
Update the value of the given key. |
Method Detail |
public java.util.Set getKeys()
public Value getValue(java.lang.String key) throws java.lang.IllegalArgumentException
key
- the requested key
java.lang.IllegalArgumentException
- if the key is nullpublic void setValue(java.lang.String key, Value value) throws java.lang.IllegalArgumentException, java.lang.UnsupportedOperationException
key
- the key to updatevalue
- the new value
java.lang.UnsupportedOperationException
- if the operation is not supported
java.lang.IllegalArgumentException
- if the key is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |