Class HashMapK2V2
java.lang.Object
io.deephaven.util.datastructures.hash.HashMapBase
io.deephaven.util.datastructures.hash.HashMapK2V2
- All Implemented Interfaces:
gnu.trove.map.TLongLongMap
,TNullableLongLongMap
- Direct Known Subclasses:
HashMapLockFreeK2V2
-
Method Summary
Modifier and TypeMethodDescriptionprotected final long
putImplNoTranslate
(long[] kvs, long key, long value, boolean insertOnly) Methods inherited from class io.deephaven.util.datastructures.hash.HashMapBase
adjustOrPutValue, adjustValue, containsKey, containsValue, forEachEntry, forEachKey, forEachValue, getNoEntryKey, getNoEntryValue, increment, isEmpty, keySet, putAll, putAll, retainEntries, setKeysAndValues, size, transformValues, valueCollection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gnu.trove.map.TLongLongMap
clear, get, iterator, keys, keys, put, putIfAbsent, remove, values, values
Methods inherited from interface io.deephaven.util.datastructures.hash.TNullableLongLongMap
capacity, resetToNull
-
Method Details
-
putImplNoTranslate
protected final long putImplNoTranslate(long[] kvs, long key, long value, boolean insertOnly) - Specified by:
putImplNoTranslate
in classHashMapBase
-