Searched refs:LocaleObjectCache (Results 1 – 8 of 8) sorted by relevance
39 public abstract class LocaleObjectCache<K, V> { class43 public LocaleObjectCache() { in LocaleObjectCache() method in LocaleObjectCache47 public LocaleObjectCache(int initialCapacity, float loadFactor, int concurrencyLevel) { in LocaleObjectCache() method in LocaleObjectCache
412 public static class Cache extends LocaleObjectCache<Key, BaseLocale> {
31 import sun.util.locale.LocaleObjectCache;43 Field mapField = LocaleObjectCache.class.getDeclaredField("map"); in testCache_holdingNoStrongReferences()
70 import sun.util.locale.LocaleObjectCache;2932 … private static class CandidateListCache extends LocaleObjectCache<BaseLocale, List<Locale>> {
63 import sun.util.locale.LocaleObjectCache;1027 private static class Cache extends LocaleObjectCache<Object, Locale> {
612 extends sun.util.locale.LocaleObjectCache<
1947 "ojluni/src/main/java/sun/util/locale/LocaleObjectCache.java",
1847 …in/java/sun/util/locale/LocaleObjectCache.java,jdk21u/jdk-21.0.4-ga,src/java.base/share/classes/su…