Package com.ibm.icu.text
Class TimeZoneNames.Factory
- java.lang.Object
-
- com.ibm.icu.text.TimeZoneNames.Factory
-
- Direct Known Subclasses:
TimeZoneNames.DefaultTimeZoneNames.FactoryImpl
,TimeZoneNamesFactoryImpl
- Enclosing class:
- TimeZoneNames
@Deprecated public abstract static class TimeZoneNames.Factory extends java.lang.Object
Deprecated.This API is ICU internal only.The super class ofTimeZoneNames
service factory classes.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Factory()
Deprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract TimeZoneNames
getTimeZoneNames(ULocale locale)
Deprecated.This API is ICU internal only.
-
-
-
Method Detail
-
getTimeZoneNames
@Deprecated public abstract TimeZoneNames getTimeZoneNames(ULocale locale)
Deprecated.This API is ICU internal only.The factory method ofTimeZoneNames
.- Parameters:
locale
- The display locale- Returns:
- An instance of
TimeZoneNames
.
-
-