private static class FastDatePrinter.TimeZoneDisplayKey extends Object
Inner class that acts as a compound key for time zone names.
| 构造器和说明 |
|---|
TimeZoneDisplayKey(TimeZone timeZone,
boolean daylight,
int style,
Locale locale)
Constructs an instance of
TimeZoneDisplayKey with the specified properties. |
private final TimeZone mTimeZone
private final int mStyle
private final Locale mLocale
TimeZoneDisplayKey(TimeZone timeZone, boolean daylight, int style, Locale locale)
TimeZoneDisplayKey with the specified properties.timeZone - the time zonedaylight - adjust the style for daylight saving time if truestyle - the timezone stylelocale - the timezone localeCopyright © 2020. All rights reserved.