Class HashMapK4V4
java.lang.Object
io.deephaven.util.datastructures.hash.HashMapBase
io.deephaven.util.datastructures.hash.HashMapK4V4
- All Implemented Interfaces:
gnu.trove.map.TLongLongMap,TNullableLongLongMap
- Direct Known Subclasses:
HashMapLockFreeK4V4
-
Method Summary
Modifier and TypeMethodDescriptionprotected final longputImplNoTranslate(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, valueCollectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gnu.trove.map.TLongLongMap
clear, get, iterator, keys, keys, put, putIfAbsent, remove, values, valuesMethods 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:
putImplNoTranslatein classHashMapBase
-