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

/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java2307 private static final CandidateListCache CANDIDATES_CACHE = new CandidateListCache();
2309 private static class CandidateListCache extends LocaleObjectCache<BaseLocale, List<Locale>> { class in class:ResourceBundle.Control

Completed in 38 milliseconds