Map<K,V>
LazyValueMap
, ValueMapImpl
public interface ValueMap<K,V> extends Map<K,V>
Modifier and Type | Method | Description |
---|---|---|
void |
add(MapItemValue miv) |
|
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.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
void add(MapItemValue miv)
int len()
boolean hydrated()