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_key

    Fields inherited from class gnu.trove.impl.hash.TIntHash

    _set, consumeFreeSlot, no_entry_value

    Fields inherited from class gnu.trove.impl.hash.TPrimitiveHash

    _states, FREE, FULL, REMOVED

    Fields inherited from class gnu.trove.impl.hash.THash

    _autoCompactionFactor, _autoCompactRemovesRemaining, _autoCompactTemporaryDisable, _free, _loadFactor, _maxSize, _size, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int key)
     
    put(int key, V value)
     

    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, writeExternal

    Methods inherited from class gnu.trove.impl.hash.TIntHash

    contains, forEach, getNoEntryValue, index, insertKey

    Methods inherited from class gnu.trove.impl.hash.TPrimitiveHash

    capacity

    Methods inherited from class gnu.trove.impl.hash.THash

    calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface gnu.trove.map.TIntObjectMap

    isEmpty, size
  • Constructor Details

    • TLimitedIntObjectHashMap

      public TLimitedIntObjectHashMap()
    • TLimitedIntObjectHashMap

      public TLimitedIntObjectHashMap(int maxSize)
  • Method Details

    • get

      public V get(int key)
      Specified by:
      get in interface gnu.trove.map.TIntObjectMap<V>
      Overrides:
      get in class gnu.trove.map.hash.TIntObjectHashMap<V>
    • put

      public V put(int key, V value)
      Specified by:
      put in interface gnu.trove.map.TIntObjectMap<V>
      Overrides:
      put in class gnu.trove.map.hash.TIntObjectHashMap<V>