Class TimeZoneFormat.TimeZoneFormatCache
java.lang.Object
com.ibm.icu.impl.CacheBase<ULocale, TimeZoneFormat, ULocale>
com.ibm.icu.impl.SoftCache<ULocale, TimeZoneFormat, ULocale>
com.ibm.icu.text.TimeZoneFormat.TimeZoneFormatCache
- Enclosing class:
TimeZoneFormat
private static class TimeZoneFormat.TimeZoneFormatCache
extends SoftCache<ULocale, TimeZoneFormat, ULocale>
Implements
TimeZoneFormat object cache-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TimeZoneFormatcreateInstance(ULocale key, ULocale data) Creates an instance for the key and data.Methods inherited from class SoftCache
getInstance
-
Constructor Details
-
TimeZoneFormatCache
private TimeZoneFormatCache()
-
-
Method Details
-
createInstance
Description copied from class:CacheBaseCreates an instance for the key and data. Must be overridden.- Specified by:
createInstancein classCacheBase<ULocale, TimeZoneFormat, ULocale>- Parameters:
key- Cache lookup key for the requested instancedata- Data for the instance creation- Returns:
- The requested instance
-