Class NativeMethods.ResourceHolder

  • Enclosing class:
    NativeMethods

    private static final class NativeMethods.ResourceHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long memory  
      private MemoryIO mm  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()  
      • Methods inherited from class java.lang.Object

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

      • memory

        private final long memory
    • Constructor Detail

      • ResourceHolder

        public ResourceHolder​(MemoryIO mm,
                              long memory)
    • Method Detail

      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable