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