Class Striped64.HashCode

  • Enclosing class:
    Striped64

    static final class Striped64.HashCode
    extends java.lang.Object
    Holder for the thread-local hash code. The code is initially random, but may be set to a different value upon collisions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int code  
      (package private) static java.util.Random rng  
    • Constructor Summary

      Constructors 
      Constructor Description
      HashCode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rng

        static final java.util.Random rng
      • code

        int code
    • Constructor Detail

      • HashCode

        HashCode()