Class FastDatePrinter.TimeZoneDisplayKey
- java.lang.Object
-
- org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneDisplayKey
-
- Enclosing class:
- FastDatePrinter
private static class FastDatePrinter.TimeZoneDisplayKey extends java.lang.ObjectInner class that acts as a compound key for time zone names.
-
-
Constructor Summary
Constructors Constructor Description TimeZoneDisplayKey(java.util.TimeZone timeZone, boolean daylight, int style, java.util.Locale locale)Constructs an instance ofTimeZoneDisplayKeywith the specified properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Constructor Detail
-
TimeZoneDisplayKey
TimeZoneDisplayKey(java.util.TimeZone timeZone, boolean daylight, int style, java.util.Locale locale)Constructs an instance ofTimeZoneDisplayKeywith the specified properties.- Parameters:
timeZone- the time zonedaylight- adjust the style for daylight saving time iftruestyle- the timezone stylelocale- the timezone locale
-
-