Class ConcurrentLongFloatMap

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

public class ConcurrentLongFloatMap extends PrimitiveConcurrentMap implements LongFloatMap
  • Constructor Details

    • ConcurrentLongFloatMap

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