Class LocaleObjectCache<K,V>
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleObjectCache<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionLocaleObjectCache(int initialCapacity, float loadFactor, int concurrencyLevel) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract VcreateObject(K key) protected KnormalizeKey(K key)
-
Constructor Details
-
LocaleObjectCache
public LocaleObjectCache() -
LocaleObjectCache
public LocaleObjectCache(int initialCapacity, float loadFactor, int concurrencyLevel)
-
-
Method Details
-
get
-
createObject
-
normalizeKey
-