public interface ValueMap<K,V>
extends java.util.Map<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| void | add(MapItemValue miv) | 
| boolean | hydrated()Has the map been hydrated. | 
| java.util.Map.Entry<java.lang.String,Value>[] | items()Give me the items in the map without hydrating the map. | 
| int | len()Return size w/o hydrating the map. | 
void add(MapItemValue miv)
int len()
boolean hydrated()
java.util.Map.Entry<java.lang.String,Value>[] items()