Package com.illumon.iris.db.v2.hashing
Interface TNullableLongLongMap
- All Superinterfaces:
gnu.trove.map.TLongLongMap
- All Known Implementing Classes:
HashMapBase
,HashMapK1V1
,HashMapK2V2
,HashMapK4V4
,HashMapLockFreeK1V1
,HashMapLockFreeK2V2
,HashMapLockFreeK4V4
public interface TNullableLongLongMap
extends gnu.trove.map.TLongLongMap
-
Method Summary
Modifier and Type Method Description int
capacity()
void
ensureCapacity(int capacity)
void
resetToNull()
Methods inherited from interface gnu.trove.map.TLongLongMap
adjustOrPutValue, adjustValue, clear, containsKey, containsValue, forEachEntry, forEachKey, forEachValue, get, getNoEntryKey, getNoEntryValue, increment, isEmpty, iterator, keys, keys, keySet, put, putAll, putAll, putIfAbsent, remove, retainEntries, size, transformValues, valueCollection, values, values
-
Method Details
-
resetToNull
void resetToNull() -
capacity
int capacity() -
ensureCapacity
void ensureCapacity(int capacity)
-