Package com.ibm.icu.impl
Class TimeZoneNamesFactoryImpl
- java.lang.Object
-
- com.ibm.icu.text.TimeZoneNames.Factory
-
- com.ibm.icu.impl.TimeZoneNamesFactoryImpl
-
public class TimeZoneNamesFactoryImpl extends TimeZoneNames.Factory
The implementation class ofTimeZoneNames.Factory
-
-
Constructor Summary
Constructors Constructor Description TimeZoneNamesFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeZoneNamesgetTimeZoneNames(ULocale locale)The factory method ofTimeZoneNames.
-
-
-
Method Detail
-
getTimeZoneNames
public TimeZoneNames getTimeZoneNames(ULocale locale)
Description copied from class:TimeZoneNames.FactoryThe factory method ofTimeZoneNames.- Specified by:
getTimeZoneNamesin classTimeZoneNames.Factory- Parameters:
locale- The display locale- Returns:
- An instance of
TimeZoneNames.
-
-