|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtkx.WTKXSerializer.NamedObjectDictionary
public final class WTKXSerializer.NamedObjectDictionary
Dictionary used for named object lookup.
Method Summary | |
---|---|
boolean |
containsKey(String key)
Tests the existence of a key in the dictionary. |
Object |
get(String key)
Retrieves a named object. |
boolean |
isEmpty()
Tests the emptiness of the dictionary. |
Object |
put(String key,
Object value)
Sets the value of the given key, creating a new entry or replacing the existing value. |
Object |
remove(String key)
Removes a key/value pair from the map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Object get(String key)
get
in interface Dictionary<String,Object>
key
- The name of the object, relative to this loader. The values's name
is the concatentation of its parent namespaces and its ID, separated
by periods (e.g. "foo.bar.baz").
public Object put(String key, Object value)
Dictionary
put
in interface Dictionary<String,Object>
key
- The key whose value is to be set.value
- The value to be associated with the given key.
public Object remove(String key)
Dictionary
remove
in interface Dictionary<String,Object>
key
- The key whose mapping is to be removed.
public boolean containsKey(String key)
Dictionary
containsKey
in interface Dictionary<String,Object>
key
- The key whose presence in the dictionary is to be tested.
public boolean isEmpty()
Dictionary
isEmpty
in interface Dictionary<String,Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |