Uses of Interface
com.google.common.base.FinalizableReference
Packages that use FinalizableReference
- 
Uses of FinalizableReference in com.google.common.baseClasses in com.google.common.base that implement FinalizableReferenceModifier and TypeClassDescriptionclassPhantom reference with afinalizeReferent()method which a background thread invokes after the garbage collector reclaims the referent.classSoft reference with afinalizeReferent()method which a background thread invokes after the garbage collector reclaims the referent.classWeak reference with afinalizeReferent()method which a background thread invokes after the garbage collector reclaims the referent.