Uses of Interface
jnr.ffi.util.ref.FinalizableReference
-
Packages that use FinalizableReference Package Description jnr.ffi.provider.jffi jnr.ffi.util.ref -
-
Uses of FinalizableReference in jnr.ffi.provider.jffi
Classes in jnr.ffi.provider.jffi that implement FinalizableReference Modifier and Type Class Description (package private) class
NativeClosureFactory.ClosureReference
private static class
TransientNativeMemory.Magazine
Holder for a group of memory allocations. -
Uses of FinalizableReference in jnr.ffi.util.ref
Classes in jnr.ffi.util.ref that implement FinalizableReference Modifier and Type Class Description class
FinalizablePhantomReference<T>
Phantom reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.class
FinalizableSoftReference<T>
Soft reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.class
FinalizableWeakReference<T>
Weak reference with afinalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent.
-