Class TLimitedLongIntHashMap

java.lang.Object
gnu.trove.THash
gnu.trove.TPrimitiveHash
gnu.trove.TLongHash
gnu.trove.TLongIntHashMap
org.qubership.profiler.util.cache.TLimitedLongIntHashMap
All Implemented Interfaces:
gnu.trove.TLongHashingStrategy, Externalizable, Serializable, Cloneable

public class TLimitedLongIntHashMap extends gnu.trove.TLongIntHashMap
See Also:
  • Field Summary

    Fields inherited from class gnu.trove.TLongIntHashMap

    _values

    Fields inherited from class gnu.trove.TLongHash

    _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
    int
    get(long key)
     
    int
    put(long key, int value)
     

    Methods inherited from class gnu.trove.TLongIntHashMap

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

    Methods inherited from class gnu.trove.TLongHash

    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

    • TLimitedLongIntHashMap

      public TLimitedLongIntHashMap()
    • TLimitedLongIntHashMap

      public TLimitedLongIntHashMap(int maxSize)
  • Method Details

    • get

      public int get(long key)
      Overrides:
      get in class gnu.trove.TLongIntHashMap
    • put

      public int put(long key, int value)
      Overrides:
      put in class gnu.trove.TLongIntHashMap