Class TLimitedIntObjectHashMap<V>

java.lang.Object
gnu.trove.THash
gnu.trove.TPrimitiveHash
gnu.trove.TIntHash
gnu.trove.TIntObjectHashMap<V>
org.qubership.profiler.util.cache.TLimitedIntObjectHashMap<V>
All Implemented Interfaces:
gnu.trove.TIntHashingStrategy, Externalizable, Serializable, Cloneable

public class TLimitedIntObjectHashMap<V> extends gnu.trove.TIntObjectHashMap<V>
See Also:
  • Field Summary

    Fields inherited from class gnu.trove.TIntObjectHashMap

    _values

    Fields inherited from class gnu.trove.TIntHash

    _hashingStrategy, _set

    Fields inherited from class gnu.trove.TPrimitiveHash

    _states, FREE, FULL, REMOVED

    Fields inherited from class gnu.trove.THash

    _autoCompactionFactor, _autoCompactRemovesRemaining, _free, _loadFactor, _maxSize, _size, DEFAULT_INITIAL_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.TIntObjectHashMap

    clear, clone, containsKey, containsValue, equals, forEachEntry, forEachKey, forEachValue, getValues, getValues, hashCode, iterator, keys, keys, putAll, putIfAbsent, readExternal, rehash, remove, removeAt, retainEntries, setUp, toString, transformValues, writeExternal

    Methods inherited from class gnu.trove.TIntHash

    computeHashCode, contains, forEach, index, insertionIndex

    Methods inherited from class gnu.trove.TPrimitiveHash

    capacity

    Methods inherited from class gnu.trove.THash

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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TLimitedIntObjectHashMap

      public TLimitedIntObjectHashMap()
    • TLimitedIntObjectHashMap

      public TLimitedIntObjectHashMap(int maxSize)
  • Method Details

    • get

      public V get(int key)
      Overrides:
      get in class gnu.trove.TIntObjectHashMap<V>
    • put

      public V put(int key, V value)
      Overrides:
      put in class gnu.trove.TIntObjectHashMap<V>