protected static class UniqueValueCache.SoftValueRef<T> extends SoftReference<T> implements UniqueValueCache.GetKeyRef
| Constructor and Description |
|---|
SoftValueRef(UniqueValueCache.KeyRef keyRef,
T referent,
ReferenceQueue<? super T> q) |
| Modifier and Type | Method and Description |
|---|---|
UniqueValueCache.KeyRef |
getKeyRef() |
getclear, enqueue, isEnqueuedpublic SoftValueRef(UniqueValueCache.KeyRef keyRef, T referent, ReferenceQueue<? super T> q)
public UniqueValueCache.KeyRef getKeyRef()
getKeyRef in interface UniqueValueCache.GetKeyRefCopyright © 2015. All rights reserved.