Class CleanerProxy.CleanableProxy

  • Enclosing class:
    CleanerProxy

    public static class CleanerProxy.CleanableProxy
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CleanableProxy​(java.lang.ref.Cleaner.Cleanable cleanable)  
    • Method Summary

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

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

      • CleanableProxy

        public CleanableProxy​(java.lang.ref.Cleaner.Cleanable cleanable)
    • Method Detail

      • clean

        public void clean()