private static final class ObjectProxyCache.SoftEntryRef<T> extends java.lang.ref.SoftReference<T> implements ObjectProxyCache.EntryRef<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
hash |
| Constructor and Description |
|---|
SoftEntryRef(int hash,
T rawObject,
java.lang.ref.ReferenceQueue<java.lang.Object> queue) |
| Modifier and Type | Method and Description |
|---|---|
int |
hash() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSoftEntryRef(int hash,
T rawObject,
java.lang.ref.ReferenceQueue<java.lang.Object> queue)
public int hash()
hash in interface ObjectProxyCache.EntryRef<T>