Class CFType

    • Constructor Detail

      • CFType

        protected CFType()
    • Method Detail

      • finalize

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

        public final void dispose()
      • doDispose

        protected void doDispose()
      • dispose

        protected void dispose​(boolean finalizing)
      • close

        public final void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • retain

        protected static long retain​(long handle)
      • release

        protected static void release​(long handle)
      • getTypeID

        public long getTypeID()
      • getTypeIDDescription

        public static java.lang.String getTypeIDDescription​(long type_id)
      • retain

        public CFType retain()
      • release

        public void release()
      • autorelease

        public CFType autorelease()
        Since:
        Available in iOS 7.0 and later.
      • getRetainCount

        public long getRetainCount()
      • equalsTo

        public boolean equalsTo​(CFType cf2)
      • hash

        public long hash()
      • getDescription

        protected CFString getDescription()
      • makeCollectable

        public CFType makeCollectable()
      • show

        public void show()