static class ObjectProxyCache.Entry<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
hash |
(package private) ObjectProxyCache.Entry<T> |
next |
(package private) ObjectProxyCache.EntryRef<java.lang.Object> |
objectRef |
(package private) ObjectProxyCache.EntryRef<T> |
proxyRef |
| Constructor and Description |
|---|
Entry(java.lang.Object object,
int hash,
T proxy,
ObjectProxyCache.ReferenceType type,
ObjectProxyCache.Entry<T> next,
java.lang.ref.ReferenceQueue<java.lang.Object> queue) |
Entry(ObjectProxyCache.EntryRef<java.lang.Object> objectRef,
int hash,
ObjectProxyCache.EntryRef<T> proxyRef,
ObjectProxyCache.Entry<T> next) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> ObjectProxyCache.Entry<T>[] |
newArray(int size) |
final ObjectProxyCache.EntryRef<java.lang.Object> objectRef
final int hash
final ObjectProxyCache.EntryRef<T> proxyRef
final ObjectProxyCache.Entry<T> next
Entry(java.lang.Object object,
int hash,
T proxy,
ObjectProxyCache.ReferenceType type,
ObjectProxyCache.Entry<T> next,
java.lang.ref.ReferenceQueue<java.lang.Object> queue)
Entry(ObjectProxyCache.EntryRef<java.lang.Object> objectRef, int hash, ObjectProxyCache.EntryRef<T> proxyRef, ObjectProxyCache.Entry<T> next)
static final <T> ObjectProxyCache.Entry<T>[] newArray(int size)