Interface ValueMap<K,​V>

All Superinterfaces:
Map<K,​V>
All Known Implementing Classes:
LazyValueMap, ValueMapImpl

public interface ValueMap<K,​V>
extends Map<K,​V>
  • Method Details

    • add

      void add​(MapItemValue miv)
    • len

      int len()
      Return size w/o hydrating the map.
    • hydrated

      boolean hydrated()
      Has the map been hydrated.
    • items

      Map.Entry<String,​Value>[] items()
      Give 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.