Interface Reapable<T,​A>

  • Type Parameters:
    T - the reference type
    A - the reference attachment type
    All Known Implementing Classes:
    PhantomReference, SoftReference, WeakReference

    interface Reapable<T,​A>
    A reference which is reapable (can be automatically collected).
    • Method Detail

      • getReaper

        Reaper<T,​A> getReaper()
        Get the associated reaper.
        Returns:
        the reaper