Modifier and Type | Method and Description |
---|---|
IValue |
get(String key)
Returns the value to which the specified key is mapped,
or
null if this valuemap contains no mapping for the key. |
IValue |
put(String key,
IValue value)
Associates the specified value with the specified key in this valueMap
|
IValue get(String key)
null
if this valuemap contains no mapping for the key.key
- the key whose associated value is to be returnednull
if this valuemap contains no mapping for the keyCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.