Class ConcurrentHashMapV8.CounterHashCode
- java.lang.Object
-
- org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterHashCode
-
- Enclosing class:
- ConcurrentHashMapV8<K,V>
static final class ConcurrentHashMapV8.CounterHashCode extends java.lang.Object
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 Modifier and Type Field Description (package private) int
code
-
Constructor Summary
Constructors Constructor Description CounterHashCode()
-