Class UnsafeAccessor


  • class UnsafeAccessor
    extends java.lang.Object
    Helper for classes in the jsr166 package to access the sun.misc.Unsafe instance.
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsafeAccessor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static sun.misc.Unsafe getUnsafe()  
      • Methods inherited from class java.lang.Object

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

      • UnsafeAccessor

        UnsafeAccessor()
    • Method Detail

      • getUnsafe

        static sun.misc.Unsafe getUnsafe()