Uses of Class
com.ibm.icu.impl.SoftCache
-
Packages that use SoftCache Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.com.ibm.icu.util International calendars and other utility classes. -
-
Uses of SoftCache in com.ibm.icu.impl
Subclasses of SoftCache in com.ibm.icu.impl Modifier and Type Class Description private static class
ICUResourceBundleReader.ReaderCache
private static class
TimeZoneGenericNames.Cache
TimeZoneGenericNames
cache implementation.private static class
TimeZoneNamesImpl.MZ2TZsCache
private static class
TimeZoneNamesImpl.TZ2MZsCache
private static class
ZoneMeta.CustomTimeZoneCache
Custom time zone object cacheprivate static class
ZoneMeta.SystemTimeZoneCache
System time zone object cache -
Uses of SoftCache in com.ibm.icu.text
Subclasses of SoftCache in com.ibm.icu.text Modifier and Type Class Description private static class
TimeZoneFormat.TimeZoneFormatCache
ImplementsTimeZoneFormat
object cacheprivate static class
TimeZoneNames.Cache
TimeZoneNames cache used byTimeZoneNames.getInstance(ULocale)
-
Uses of SoftCache in com.ibm.icu.util
Subclasses of SoftCache in com.ibm.icu.util Modifier and Type Class Description private static class
Calendar.WeekDataCache
Fields in com.ibm.icu.util declared as SoftCache Modifier and Type Field Description private static SoftCache<java.util.Locale,ULocale,java.lang.Void>
ULocale. CACHE
-