Class ConcurrentIntFloatMap

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

public class ConcurrentIntFloatMap extends PrimitiveConcurrentMap implements IntFloatMap
  • Constructor Details

    • ConcurrentIntFloatMap

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