Class UnsafeUtils


  • public final class UnsafeUtils
    extends java.lang.Object
    Helper class basically allowing to get access to sun.misc.Unsafe
    • 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
    • Method Detail

      • getUnsafe

        public static sun.misc.Unsafe getUnsafe()