Class TLimitedIntObjectHashMap<V>
java.lang.Object
gnu.trove.impl.hash.THash
gnu.trove.impl.hash.TPrimitiveHash
gnu.trove.impl.hash.TIntHash
gnu.trove.map.hash.TIntObjectHashMap<V>
com.netcracker.profiler.util.cache.TLimitedIntObjectHashMap<V>
- All Implemented Interfaces:
gnu.trove.map.TIntObjectMap<V>,Externalizable,Serializable
public class TLimitedIntObjectHashMap<V>
extends gnu.trove.map.hash.TIntObjectHashMap<V>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class gnu.trove.map.hash.TIntObjectHashMap
gnu.trove.map.hash.TIntObjectHashMap.ValueView -
Field Summary
Fields inherited from class gnu.trove.map.hash.TIntObjectHashMap
_values, no_entry_keyFields inherited from class gnu.trove.impl.hash.TIntHash
_set, consumeFreeSlot, no_entry_valueFields inherited from class gnu.trove.impl.hash.TPrimitiveHash
_states, FREE, FULL, REMOVEDFields inherited from class gnu.trove.impl.hash.THash
_autoCompactionFactor, _autoCompactRemovesRemaining, _autoCompactTemporaryDisable, _free, _loadFactor, _maxSize, _size, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gnu.trove.map.hash.TIntObjectHashMap
clear, containsKey, containsValue, equals, forEachEntry, forEachKey, forEachValue, getNoEntryKey, hashCode, iterator, keys, keys, keySet, putAll, putAll, putIfAbsent, readExternal, rehash, remove, removeAt, retainEntries, setUp, toString, transformValues, valueCollection, values, values, writeExternalMethods inherited from class gnu.trove.impl.hash.TIntHash
contains, forEach, getNoEntryValue, index, insertKeyMethods inherited from class gnu.trove.impl.hash.TPrimitiveHash
capacityMethods inherited from class gnu.trove.impl.hash.THash
calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSizeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface gnu.trove.map.TIntObjectMap
isEmpty, size
-
Constructor Details
-
TLimitedIntObjectHashMap
public TLimitedIntObjectHashMap() -
TLimitedIntObjectHashMap
public TLimitedIntObjectHashMap(int maxSize)
-
-
Method Details