Uses of Interface
com.google.common.base.FinalizableReference
-
Packages that use FinalizableReference Package Description com.google.common.base Basic utility libraries and interfaces. -
-
Uses of FinalizableReference in com.google.common.base
Classes in com.google.common.base that implement FinalizableReference Modifier and Type Class Description class
FinalizablePhantomReference<T>
Phantom reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.class
FinalizableSoftReference<T>
Soft reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.class
FinalizableWeakReference<T>
Weak reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.
-