Class UnsafeSupplier.ForJava7

    • Field Summary

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

      Constructors 
      Constructor Description
      ForJava7​(java.util.Map<java.lang.Object,​java.lang.Object> context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sun.misc.Unsafe get()  
      • Methods inherited from class java.lang.Object

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

      • unsafe

        protected sun.misc.Unsafe unsafe
    • Constructor Detail

      • ForJava7

        public ForJava7​(java.util.Map<java.lang.Object,​java.lang.Object> context)
                 throws java.lang.NoSuchFieldException,
                        java.lang.SecurityException,
                        java.lang.IllegalArgumentException,
                        java.lang.IllegalAccessException
        Throws:
        java.lang.NoSuchFieldException
        java.lang.SecurityException
        java.lang.IllegalArgumentException
        java.lang.IllegalAccessException
    • Method Detail

      • get

        public sun.misc.Unsafe get()
        Specified by:
        get in interface Supplier<sun.misc.Unsafe>