Class ConcurrentLongLongMap

java.lang.Object
com.trivago.fastutilconcurrentwrapper.map.PrimitiveConcurrentMap
com.trivago.fastutilconcurrentwrapper.map.ConcurrentLongLongMap
All Implemented Interfaces:
LongLongMap, PrimitiveKeyMap, PrimitiveLongKeyMap

public class ConcurrentLongLongMap extends PrimitiveConcurrentMap implements LongLongMap
  • Constructor Details

    • ConcurrentLongLongMap

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