Uses of Package
jnr.ffi.util.ref
-
Packages that use jnr.ffi.util.ref Package Description jnr.ffi.provider.jffi jnr.ffi.util.ref -
Classes in jnr.ffi.util.ref used by jnr.ffi.provider.jffi Class Description FinalizablePhantomReference Phantom reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.FinalizableReference Implemented by references that have code to run after garbage collection of their referents.FinalizableReferenceQueue A reference queue with an associated background thread that dequeues references and invokesFinalizableReference.finalizeReferent()
on them.FinalizableWeakReference Weak reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent. -
Classes in jnr.ffi.util.ref used by jnr.ffi.util.ref Class Description FinalizableReference Implemented by references that have code to run after garbage collection of their referents.FinalizableReferenceQueue A reference queue with an associated background thread that dequeues references and invokesFinalizableReference.finalizeReferent()
on them.FinalizableReferenceQueue.FinalizerLoader Loads Finalizer.class.