Class NonBlockingIdentityHashMap.Prime

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object _V  
    • Constructor Summary

      Constructors 
      Constructor Description
      Prime​(java.lang.Object V)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.Object unbox​(java.lang.Object V)  
      • Methods inherited from class java.lang.Object

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

      • _V

        final java.lang.Object _V
    • Constructor Detail

      • Prime

        Prime​(java.lang.Object V)
    • Method Detail

      • unbox

        static java.lang.Object unbox​(java.lang.Object V)