Package org.apache.commons.lang3.time
Class FastDatePrinter.TimeZoneDisplayKey
java.lang.Object
org.apache.commons.lang3.time.FastDatePrinter.TimeZoneDisplayKey
- Enclosing class:
- FastDatePrinter
Inner class that acts as a compound key for time zone names.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneDisplayKey(TimeZone timeZone, boolean daylight, int style, Locale locale) Constructs an instance ofTimeZoneDisplayKeywith the specified properties. -
Method Summary
-
Field Details
-
mTimeZone
-
mStyle
private final int mStyle -
mLocale
-
-
Constructor Details
-
TimeZoneDisplayKey
Constructs an instance ofTimeZoneDisplayKeywith the specified properties.- Parameters:
timeZone- the time zonedaylight- adjust the style for daylight saving time iftruestyle- the time zone stylelocale- the time zone locale
-
-
Method Details