All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.base.class-use.FinalizableReference.html Maven / Gradle / Ivy

The newest version!







Uses of Interface com.google.common.base.FinalizableReference (Guava: Google Core Libraries for Java 11.0.1 API)














Uses of Interface
com.google.common.base.FinalizableReference

Packages that use FinalizableReference
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
 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.
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy