Class PrimitiveConcurrentMap
java.lang.Object
com.trivago.fastutilconcurrentwrapper.map.PrimitiveConcurrentMap
- Direct Known Subclasses:
ConcurrentBusyWaitingIntFloatMap,ConcurrentBusyWaitingIntIntMap,ConcurrentBusyWaitingLongFloatMap,ConcurrentBusyWaitingLongIntMap,ConcurrentBusyWaitingLongLongMap,ConcurrentIntFloatMap,ConcurrentIntIntMap,ConcurrentLongFloatMap,ConcurrentLongIntMap,ConcurrentLongLongMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetBucket(int key) protected intgetBucket(long key) protected booleanisEmpty(PrimitiveKeyMap[] maps) protected intsize(PrimitiveKeyMap[] maps)
-
Field Details
-
numBuckets
protected final int numBuckets -
locks
-
-
Constructor Details
-
PrimitiveConcurrentMap
protected PrimitiveConcurrentMap(int numBuckets)
-
-
Method Details
-
size
-
isEmpty
-
getBucket
protected int getBucket(long key) -
getBucket
protected int getBucket(int key)
-