public interface HashLongShortMap extends LongShortMap, HashContainer
LongShortMap
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 HashLongShortMap
? See static factory methods
in HashLongShortMaps
class.
HashLongShortMapFactory
,
HashLongShortMaps
,
@KolobokeMap
Modifier and Type | Method and Description |
---|---|
HashObjSet<Map.Entry<Long,Short>> |
entrySet() |
HashLongSet |
keySet() |
addValue, addValue, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, cursor, defaultValue, forEach, forEach, forEachWhile, get, get, getOrDefault, getOrDefault, merge, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeIf, replace, replace, replace, replace, replaceAll, replaceAll, values
currentLoad, ensureCapacity, hashConfig, shrink
clear, isEmpty, size, sizeAsLong
@Nonnull HashLongSet keySet()