Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,IValue>> |
entrySet() |
IValue |
get(Object key) |
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. |
boolean |
isEmpty() |
Set<String> |
keySet() |
static IValueMap |
of(Map<String,IValue> valueMap) |
IValue |
put(String key,
IValue value)
Associates the specified value with the specified key in this valueMap
|
void |
putAll(Map<? extends String,? extends IValue> map) |
IValue |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<IValue> |
values() |
toJson
public IValue get(String key)
null
if this valuemap contains no mapping for the key.public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public IValue put(String key, IValue value)
public void clear()
public Collection<IValue> values()
public String toString()
toString
in class AbstractValue
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.