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, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, removepublic void add(MapItemValue miv)
public int len()
ValueMappublic boolean hydrated()
ValueMappublic Map.Entry<String,Value>[] items()
ValueMappublic Set<Map.Entry<String,Value>> entrySet()
public Collection<Value> values()