Class DataPool.HardInternPool<K,V>
- java.lang.Object
-
- org.eclipse.aether.internal.impl.collect.DataPool.HardInternPool<K,V>
-
- All Implemented Interfaces:
DataPool.InternPool<K,V>
- Enclosing class:
- DataPool
private static class DataPool.HardInternPool<K,V> extends java.lang.Object implements DataPool.InternPool<K,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
HardInternPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(K key)
V
intern(K key, V value)
-