Searched refs:cachedInstances (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormatSymbols.java366 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale);
371 SoftReference<DateFormatSymbols> x = cachedInstances.putIfAbsent(locale, ref);
378 cachedInstances.put(locale, ref);
647 private static final ConcurrentMap<Locale, SoftReference<DateFormatSymbols>> cachedInstances field in class:DateFormatSymbols
656 SoftReference<DateFormatSymbols> ref = cachedInstances.get(locale);

Completed in 23 milliseconds