Class ZoneMeta.CustomTimeZoneCache
java.lang.Object
com.ibm.icu.impl.CacheBase<Integer, SimpleTimeZone, int[]>
com.ibm.icu.impl.SoftCache<Integer, SimpleTimeZone, int[]>
com.ibm.icu.impl.ZoneMeta.CustomTimeZoneCache
- Enclosing class:
ZoneMeta
Custom time zone object cache
- Since:
- ICU 2.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SimpleTimeZonecreateInstance(Integer key, int[] data) Creates an instance for the key and data.Methods inherited from class SoftCache
getInstance
-
Constructor Details
-
CustomTimeZoneCache
private CustomTimeZoneCache()
-
-
Method Details
-
createInstance
Description copied from class:CacheBaseCreates an instance for the key and data. Must be overridden.- Specified by:
createInstancein classCacheBase<Integer, SimpleTimeZone, int[]>- Parameters:
key- Cache lookup key for the requested instancedata- Data for the instance creation- Returns:
- The requested instance
-