Class UnsafeUtils


  • public final class UnsafeUtils
    extends java.lang.Object
    Helper class basically allowing to get access to sun.misc.Unsafe
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private UnsafeUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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

        private static final sun.misc.Unsafe unsafe
    • Constructor Detail

      • UnsafeUtils

        private UnsafeUtils()
    • Method Detail

      • getUnsafe

        public static sun.misc.Unsafe getUnsafe()