public interface ValueMap<K, V> extends Map
Methods inherited from class | Name |
---|---|
interface Map |
remove, remove, get, put, equals, values, hashCode, copyOf, clear, isEmpty, replace, replace, replaceAll, size, of, of, of, of, of, of, of, of, of, of, of, merge, entrySet, putAll, putIfAbsent, compute, entry, forEach, containsKey, computeIfAbsent, keySet, containsValue, getOrDefault, computeIfPresent, ofEntries |
Has the map been hydrated.
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.
Return size w/o hydrating the map.