Uses of Class
com.ibm.icu.impl.TimeZoneNamesImpl.ZNames
-
Packages that use TimeZoneNamesImpl.ZNames Package Description com.ibm.icu.impl -
-
Uses of TimeZoneNamesImpl.ZNames in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as TimeZoneNamesImpl.ZNames Modifier and Type Field Description (package private) static TimeZoneNamesImpl.ZNames
TimeZoneNamesImpl.ZNames. EMPTY_ZNAMES
Fields in com.ibm.icu.impl with type parameters of type TimeZoneNamesImpl.ZNames Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.String,TimeZoneNamesImpl.ZNames>
TimeZoneNamesImpl. _mzNamesMap
private java.util.concurrent.ConcurrentHashMap<java.lang.String,TimeZoneNamesImpl.ZNames>
TimeZoneNamesImpl. _tzNamesMap
Methods in com.ibm.icu.impl that return TimeZoneNamesImpl.ZNames Modifier and Type Method Description static TimeZoneNamesImpl.ZNames
TimeZoneNamesImpl.ZNames. createMetaZoneAndPutInCache(java.util.Map<java.lang.String,TimeZoneNamesImpl.ZNames> cache, java.lang.String[] names, java.lang.String mzID)
static TimeZoneNamesImpl.ZNames
TimeZoneNamesImpl.ZNames. createTimeZoneAndPutInCache(java.util.Map<java.lang.String,TimeZoneNamesImpl.ZNames> cache, java.lang.String[] names, java.lang.String tzID)
private TimeZoneNamesImpl.ZNames
TimeZoneNamesImpl. loadMetaZoneNames(java.lang.String mzID)
Returns a set of names for the given meta zone ID.private TimeZoneNamesImpl.ZNames
TimeZoneNamesImpl. loadTimeZoneNames(java.lang.String tzID)
Returns a set of names for the given time zone ID.Method parameters in com.ibm.icu.impl with type arguments of type TimeZoneNamesImpl.ZNames Modifier and Type Method Description static TimeZoneNamesImpl.ZNames
TimeZoneNamesImpl.ZNames. createMetaZoneAndPutInCache(java.util.Map<java.lang.String,TimeZoneNamesImpl.ZNames> cache, java.lang.String[] names, java.lang.String mzID)
static TimeZoneNamesImpl.ZNames
TimeZoneNamesImpl.ZNames. createTimeZoneAndPutInCache(java.util.Map<java.lang.String,TimeZoneNamesImpl.ZNames> cache, java.lang.String[] names, java.lang.String tzID)
-