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 Summary

    Modifier and Type
    Method
    Description
    Get the associated reaper.
  • Method Details

    • getReaper

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