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 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 Details

    • code

      int code
  • Constructor Details

    • CounterHashCode

      CounterHashCode()