com.ibm.icu.text
Class TimeZoneNames.Factory
java.lang.Object
com.ibm.icu.text.TimeZoneNames.Factory
- Enclosing class:
- TimeZoneNames
public abstract static class TimeZoneNames.Factory
- extends Object
The super class of TimeZoneNames service factory classes.
- Status:
- Internal. This API is ICU internal only.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeZoneNames.Factory
public TimeZoneNames.Factory()
getTimeZoneNames
public abstract TimeZoneNames getTimeZoneNames(ULocale locale)
- The factory method of
TimeZoneNames.
- Parameters:
locale - The display locale
- Returns:
- An instance of
TimeZoneNames. - Status:
- Internal. This API is ICU internal only.
Copyright (c) 2011 IBM Corporation and others.