public interface HashObjLongMap<K> extends ObjLongMap<K>, HashContainer
ObjLongMap
s, based on hash tables.
This interface doesn't carry own specific behaviour, just combines it's superinterfaces.
Looking for a way to instantiate a HashObjLongMap
? See static factory methods
in HashObjLongMaps
class.
HashObjLongMapFactory
,
HashObjLongMaps
,
@KolobokeMap
Modifier and Type | Method and Description |
---|---|
HashObjSet<Map.Entry<K,Long>> |
entrySet() |
HashObjSet<K> |
keySet() |
addValue, addValue, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsValue, containsValue, cursor, defaultValue, forEach, forEach, forEachWhile, get, getLong, getOrDefault, getOrDefault, keyEquivalence, merge, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, removeAsLong, removeIf, replace, replace, replace, replace, replaceAll, replaceAll, values
currentLoad, ensureCapacity, hashConfig, shrink
clear, isEmpty, size, sizeAsLong
@Nonnull HashObjSet<K> keySet()