AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ValueMapImpl() |
Modifier and Type | Method and 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
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove
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()