Package com.ibm.icu.text
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 TimeZoneFormat
createInstance
(ULocale key, ULocale data) Creates an instance for the key and data.Methods inherited from class com.ibm.icu.impl.SoftCache
getInstance
-
Constructor Details
-
TimeZoneFormatCache
private TimeZoneFormatCache()
-
-
Method Details
-
createInstance
Description copied from class:CacheBase
Creates an instance for the key and data. Must be overridden.- Specified by:
createInstance
in classCacheBase<ULocale,
TimeZoneFormat, ULocale> - Parameters:
key
- Cache lookup key for the requested instancedata
- Data for the instance creation- Returns:
- The requested instance
-