Package com.illumon.iris.db.v2.hashing
Class HashMapK2V2
java.lang.Object
com.illumon.iris.db.v2.hashing.HashMapBase
com.illumon.iris.db.v2.hashing.HashMapK2V2
- All Implemented Interfaces:
TNullableLongLongMap,gnu.trove.map.TLongLongMap
- Direct Known Subclasses:
HashMapLockFreeK2V2
public abstract class HashMapK2V2 extends HashMapBase
-
Method Summary
Modifier and Type Method Description protected longputImplNoTranslate(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, 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 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:
putImplNoTranslatein classHashMapBase
-