Package org.apache.groovy.json.internal
Interface ValueMap<K,V> 
- All Superinterfaces:
- Map<K,- V> 
- All Known Implementing Classes:
- LazyValueMap,- ValueMapImpl
- 
Nested Class Summary
- 
Method SummaryMethods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
- 
Method Details- 
add
- 
lenint len()Return size w/o hydrating the map.
- 
hydratedboolean hydrated()Has the map been hydrated.
- 
itemsGive me the items in the map without hydrating the map. Realize that the array is likely larger than the length so array items can be null.
 
-