public interface HashDoubleObjMap<V> extends DoubleObjMap<V>, HashContainer
DoubleObjMap
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 HashDoubleObjMap
? See static factory methods
in HashDoubleObjMaps
class.
HashDoubleObjMapFactory
,
HashDoubleObjMaps
,
@KolobokeMap
Modifier and Type | Method and Description |
---|---|
HashObjSet<Map.Entry<Double,V>> |
entrySet() |
HashDoubleSet |
keySet() |
compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, cursor, forEach, forEach, forEachWhile, get, get, getOrDefault, getOrDefault, merge, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeIf, replace, replace, replace, replace, replaceAll, replaceAll, valueEquivalence, values
currentLoad, ensureCapacity, hashConfig, shrink
clear, isEmpty, size, sizeAsLong
@Nonnull HashDoubleSet keySet()