|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FinalizableReference | |
---|---|
com.google.common.base | Miscellaneous common util classes and annotations. |
Uses of FinalizableReference in com.google.common.base |
---|
Classes in com.google.common.base that implement FinalizableReference | |
---|---|
class |
FinalizablePhantomReference<T>
Phantom reference with a finalizeReferent() method which a
background thread invokes after the garbage collector reclaims the
referent. |
class |
FinalizableSoftReference<T>
Soft reference with a finalizeReferent() method which a background
thread invokes after the garbage collector reclaims the referent. |
class |
FinalizableWeakReference<T>
Weak reference with a finalizeReferent() method which a background
thread invokes after the garbage collector reclaims the referent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |