public class GcSoftRef<T> extends SoftReference<T> implements GcReference<T>
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.log4j.Logger |
logger |
| Constructor and Description |
|---|
GcSoftRef(T referent) |
GcSoftRef(T referent,
ReferenceQueue<? super T> q) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getclear, enqueue, isEnqueuedclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetpublic GcSoftRef(T referent)
public GcSoftRef(T referent, ReferenceQueue<? super T> q)
Copyright © 2013 RapidPM. All rights reserved.