private static class SoftHashMap.SoftValue
extends java.lang.ref.SoftReference
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
key |
| Modifier | Constructor and Description |
|---|---|
private |
SoftValue(java.lang.Object k,
java.lang.Object key,
java.lang.ref.ReferenceQueue q)
Did you know that an outer class can access private data
members and methods of an inner class? I didn't know that!
I thought it was only the inner class who could access the
outer class's private information.
|
private SoftValue(java.lang.Object k,
java.lang.Object key,
java.lang.ref.ReferenceQueue q)