private static class SoftCache.Entry
extends java.lang.ref.SoftReference
SoftCache.removeClearedEntries().)| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
key |
| Constructor and Description |
|---|
Entry(java.lang.Object key,
java.lang.Object value,
java.lang.ref.ReferenceQueue queue)
Constructor that uses
value as the soft
reference's referent. |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Object |
getKey()
Gets the key
|
(package private) java.lang.Object |
getValue()
Gets the value
|