Package com.illumon.iris.db.v2.hashing
Class HashMapK4V4
java.lang.Object
com.illumon.iris.db.v2.hashing.HashMapBase
com.illumon.iris.db.v2.hashing.HashMapK4V4
- All Implemented Interfaces:
TNullableLongLongMap
,gnu.trove.map.TLongLongMap
- Direct Known Subclasses:
HashMapLockFreeK4V4
public abstract class HashMapK4V4 extends HashMapBase
-
Method Summary
Modifier and Type Method Description protected long
putImplNoTranslate(long[] kvs, long key, long value, boolean insertOnly)
Methods inherited from class com.illumon.iris.db.v2.hashing.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 com.illumon.iris.db.v2.hashing.TNullableLongLongMap
capacity, ensureCapacity, resetToNull
-
Method Details
-
putImplNoTranslate
protected final long putImplNoTranslate(long[] kvs, long key, long value, boolean insertOnly)- Specified by:
putImplNoTranslate
in classHashMapBase
-