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
The default
TimeZoneNames factory called from TimeZoneNames.getInstance(ULocale) when
the ICU4J tznamedata component is not available.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTimeZoneNames(ULocale locale) The factory method ofTimeZoneNames.
-
Constructor Details
-
FactoryImpl
public FactoryImpl()
-
-
Method Details
-
getTimeZoneNames
Description copied from class:TimeZoneNames.FactoryThe factory method ofTimeZoneNames.- Specified by:
getTimeZoneNamesin classTimeZoneNames.Factory- Parameters:
locale- The display locale- Returns:
- An instance of
TimeZoneNames.
-