Reference<T,A>public class CleanerReference<T,A> extends PhantomReference<T,A>
PhantomReference that is strongly retained until it is reaped by the collection thread.Reference.Type| Constructor | Description |
|---|---|
CleanerReference(T referent,
A attachment,
Reaper<T,A> reaper) |
Construct a new instance with a reaper.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttachment, getReaper, getType, toStringCopyright © 2018 JBoss, a division of Red Hat, Inc.