Interface DataPool.InternPool<K,V>
-
- All Known Implementing Classes:
DataPool.HardInternPool
,DataPool.WeakInternPool
- Enclosing class:
- DataPool
private static interface DataPool.InternPool<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get(K key)
V
intern(K key, V value)
-