Package com.ibm.icu.text
Class TimeZoneFormat.TimeZoneFormatCache
- java.lang.Object
-
- com.ibm.icu.impl.CacheBase<K,V,D>
-
- 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>
ImplementsTimeZoneFormat
object cache
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TimeZoneFormatCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimeZoneFormat
createInstance(ULocale key, ULocale data)
Creates an instance for the key and data.-
Methods inherited from class com.ibm.icu.impl.SoftCache
getInstance
-
-
-
-
Method Detail
-
createInstance
protected TimeZoneFormat createInstance(ULocale key, ULocale data)
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
-
-