Interface RefCounted

    • Method Detail

      • retain

        void retain()
        Increases the reference counter.
      • release

        boolean release()
        Decreases the reference counter.
        Returns:
        true if the reference counter reached 0, false otherwise.