Class CleanableMat

  • Direct Known Subclasses:
    Mat

    public abstract class CleanableMat
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.ref.Cleaner cleaner  
      long nativeObj  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CleanableMat​(long obj)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cleaner

        public static java.lang.ref.Cleaner cleaner
      • nativeObj

        public final long nativeObj
    • Constructor Detail

      • CleanableMat

        protected CleanableMat​(long obj)