AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Constructor | Description |
---|---|
ValueMapImpl() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(MapItemValue miv) |
Add a MapItemValue to the map.
|
Set<Map.Entry<String,Value>> |
entrySet() |
If the map has not been built yet, then we just return a fake entry set.
|
Value |
get(Object key) |
Get the items for the key.
|
boolean |
hydrated() |
Has the map been hydrated.
|
Map.Entry<String,Value>[] |
items() |
Give me the items in the map without hydrating the map.
|
int |
len() |
Return size w/o hydrating the map.
|
Value |
put(String key,
Value value) |
|
int |
size() |
Return the size of the map.
|
Collection<Value> |
values() |
Return a collection of values.
|
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, toString
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll
public void add(MapItemValue miv)
public int len()
ValueMap
public boolean hydrated()
ValueMap
public Map.Entry<String,Value>[] items()
ValueMap
public Set<Map.Entry<String,Value>> entrySet()
public Collection<Value> values()