Class ConcurrentHashMapV8.CounterHashCode
java.lang.Object
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterHashCode
- Enclosing class:
ConcurrentHashMapV8<K,
V>
Holder for the thread-local hash code determining which
CounterCell to use. The code is initialized via the
counterHashCodeGenerator, but may be moved upon collisions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
int code
-
-
Constructor Details
-
CounterHashCode
CounterHashCode()
-