private static class DataPool.WeakInternPool<K,V> extends java.lang.Object implements DataPool.InternPool<K,V>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<K,java.lang.ref.WeakReference<V>> |
map |
| Modifier | Constructor and Description |
|---|---|
private |
WeakInternPool() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
V |
intern(K key,
V value) |