Interface Reapable<T,A>
- Type Parameters:
T- the reference typeA- 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
-
Method Details
-
getReaper
-