Searched refs:CandidateListCache (Results 1 – 1 of 1) sorted by relevance
2367 private static final CandidateListCache CANDIDATES_CACHE = new CandidateListCache();2369 … private static class CandidateListCache extends LocaleObjectCache<BaseLocale, List<Locale>> { class in ResourceBundle.Control