Package org.wildfly.common.ref
package org.wildfly.common.ref
-
ClassDescriptionCleanerReference<T,
A> A special version ofPhantomReferencethat is strongly retained until it is reaped by the collection thread.Warning this class consists of generated code.PhantomReference<T,A> A reapable phantom reference with an attachment.Reaper<T,A> A cleaner for a dead object.Reference<T,A> An enhanced reference type with a type-safe attachment.A reference type.A set of utility methods for reference types.SoftReference<T,A> A reapable soft reference with an attachment.StrongReference<T,A> A strong reference with an attachment.WeakReference<T,A> A reapable weak reference with an attachment.