Class UnsafeAccess.UnsafeHolder

  • Enclosing class:
    UnsafeAccess

    private static class UnsafeAccess.UnsafeHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static sun.misc.Unsafe UNSAFE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UnsafeHolder()  
    • Method Summary

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

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

      • UNSAFE

        public static final sun.misc.Unsafe UNSAFE
    • Constructor Detail

      • UnsafeHolder

        private UnsafeHolder()
    • Method Detail

      • getUnsafe

        private static sun.misc.Unsafe getUnsafe()