|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bindings
Namespace is an interface which exposes a collectoin of key-value pairs.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry |
Method Summary | |
---|---|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Associates the specified value with the specified key in a java.util.Map. |
void |
putAll(java.util.Map toMerge)
Copies all of the mappings from the specified map to this map. |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, remove, size, values |
Method Detail |
---|
java.lang.Object put(java.lang.Object key, java.lang.Object value) throws java.lang.IllegalArgumentException
put
in interface java.util.Map
key
- the String value which uniquely identifies the
objectvalue
- the object to be stored.
java.lang.IllegalArgumentException
- if the key is null not an
instance of java.lang.Stringvoid putAll(java.util.Map toMerge) throws java.lang.IllegalArgumentException
putAll
in interface java.util.Map
toMerge
- mappings to be stored in the map.
java.lang.IllegalArgumentException
- if a key is null or is not an
instance of java.lang.String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |