Uses of Interface
com.google.inject.internal.util.FinalizableReference

Packages that use FinalizableReference
com.google.inject.internal.util   
 

Uses of FinalizableReference in com.google.inject.internal.util
 

Classes in com.google.inject.internal.util 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 © 2006-2013 Google, Inc.. All Rights Reserved.