Package com.ibm.icu.impl.locale
Class LocaleObjectCache<K,V>
- java.lang.Object
-
- com.ibm.icu.impl.locale.LocaleObjectCache<K,V>
-
public abstract class LocaleObjectCache<K,V> extends Object
-
-
Constructor Summary
Constructors Constructor Description LocaleObjectCache()LocaleObjectCache(int initialCapacity, float loadFactor, int concurrencyLevel)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract VcreateObject(K key)Vget(K key)protected KnormalizeKey(K key)
-