public abstract class LocalizedNamesImplBase extends DefaultLocalizedNames
LocalizedNames interface.likelyRegionCodes, namesMap, sortedRegionCodes| Constructor and Description |
|---|
LocalizedNamesImplBase() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
loadLikelyRegionCodes()
Returns a possibly-empty array of country codes, ordered by the literate
population speaking this language.
|
protected static HashMap<String,String> |
overrideMap(HashMap<String,String> original,
HashMap<String,String> override)
Add all entries in
override to the original map, replacing
any existing entries. |
loadNameMap, loadSortedRegionCodesgetLikelyRegionCodes, getRegionName, getRegionNameImpl, getSortedRegionCodes, needsNameMapprotected static final HashMap<String,String> overrideMap(HashMap<String,String> original, HashMap<String,String> override)
override to the original map, replacing
any existing entries. This is used by subclasses that need to slightly
alter the data used by the parent locale.protected String[] loadLikelyRegionCodes()
DefaultLocalizedNamesBaseloadLikelyRegionCodes in class DefaultLocalizedNamesBaseCopyright © 2019. All rights reserved.