Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        int code
    • Constructor Detail

      • CounterHashCode

        CounterHashCode()