Package com.ibm.icu.impl.locale
Class BaseLocale.Cache
- java.lang.Object
-
- com.ibm.icu.impl.locale.LocaleObjectCache<BaseLocale.Key,BaseLocale>
-
- com.ibm.icu.impl.locale.BaseLocale.Cache
-
- Enclosing class:
- BaseLocale
private static class BaseLocale.Cache extends LocaleObjectCache<BaseLocale.Key,BaseLocale>
-
-
Constructor Summary
Constructors Constructor Description Cache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseLocale
createObject(BaseLocale.Key key)
protected BaseLocale.Key
normalizeKey(BaseLocale.Key key)
-
Methods inherited from class com.ibm.icu.impl.locale.LocaleObjectCache
get
-
-
-
-
Method Detail
-
normalizeKey
protected BaseLocale.Key normalizeKey(BaseLocale.Key key)
- Overrides:
normalizeKey
in classLocaleObjectCache<BaseLocale.Key,BaseLocale>
-
createObject
protected BaseLocale createObject(BaseLocale.Key key)
- Specified by:
createObject
in classLocaleObjectCache<BaseLocale.Key,BaseLocale>
-
-