Class ConcurrentIntIntMap

java.lang.Object
com.trivago.fastutilconcurrentwrapper.map.PrimitiveConcurrentMap
com.trivago.fastutilconcurrentwrapper.map.ConcurrentIntIntMap
All Implemented Interfaces:
IntIntMap, PrimitiveIntKeyMap, PrimitiveKeyMap

public class ConcurrentIntIntMap extends PrimitiveConcurrentMap implements IntIntMap
  • Constructor Details

    • ConcurrentIntIntMap

      public ConcurrentIntIntMap(int numBuckets, int initialCapacity, float loadFactor, int defaultValue)
  • Method Details