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 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
.
-
-