Searched defs:CandidateListCache (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java2366 private static final CandidateListCache CANDIDATES_CACHE = new CandidateListCache();
2368 private static class CandidateListCache extends LocaleObjectCache<BaseLocale, List<Locale>> { class in class:ResourceBundle.Control

Completed in 8 milliseconds