Uses of Interface
com.google.common.base.FinalizableReference
-
Uses of FinalizableReference in com.google.common.base
Modifier and TypeClassDescriptionclass
Phantom reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.class
Soft reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.class
Weak reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.