Package com.ibm.icu.text
Class TimeZoneNames.DefaultTimeZoneNames.FactoryImpl
- java.lang.Object
-
- com.ibm.icu.text.TimeZoneNames.Factory
-
- com.ibm.icu.text.TimeZoneNames.DefaultTimeZoneNames.FactoryImpl
-
- Enclosing class:
- TimeZoneNames.DefaultTimeZoneNames
public static class TimeZoneNames.DefaultTimeZoneNames.FactoryImpl extends TimeZoneNames.Factory
The defaultTimeZoneNames
factory called fromTimeZoneNames.getInstance(ULocale)
when the ICU4J tznamedata component is not available.
-
-
Constructor Summary
Constructors Constructor Description FactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeZoneNames
getTimeZoneNames(ULocale locale)
The factory method ofTimeZoneNames
.
-
-
-
Method Detail
-
getTimeZoneNames
public TimeZoneNames getTimeZoneNames(ULocale locale)
Description copied from class:TimeZoneNames.Factory
The factory method ofTimeZoneNames
.- Specified by:
getTimeZoneNames
in classTimeZoneNames.Factory
- Parameters:
locale
- The display locale- Returns:
- An instance of
TimeZoneNames
.
-
-