Interface ReferenceCounted

    • Method Detail

      • getCount

        int getCount()
        Deprecated.
        Gets the current reference count, which starts at 0.
        Returns:
        the current count, which must be greater than or equal to 0
      • retain

        ReferenceCounted retain()
        Deprecated.
        Retain an additional reference to this object. All retained references must be released, or there will be a leak.
        Returns:
        this
      • release

        void release()
        Deprecated.
        Release a reference to this object.
        Throws:
        IllegalStateException - if the reference count is already 0