Uses of Interface
jnr.ffi.util.ref.FinalizableReference

Packages that use FinalizableReference
jnr.ffi.util.ref   
 

Uses of FinalizableReference in jnr.ffi.util.ref
 

Classes in jnr.ffi.util.ref 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 © 2013. All Rights Reserved.