Package org.apache.commons.lang3.time
Class FastDatePrinter.TimeZoneDisplayKey
- java.lang.Object
-
- org.apache.commons.lang3.time.FastDatePrinter.TimeZoneDisplayKey
-
- Enclosing class:
- FastDatePrinter
private static class FastDatePrinter.TimeZoneDisplayKey extends java.lang.Object
Inner 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 ofTimeZoneDisplayKey
with the specified properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
TimeZoneDisplayKey
TimeZoneDisplayKey(java.util.TimeZone timeZone, boolean daylight, int style, java.util.Locale locale)
Constructs an instance ofTimeZoneDisplayKey
with the specified properties.- Parameters:
timeZone
- the time zonedaylight
- adjust the style for daylight saving time iftrue
style
- the time zone stylelocale
- the time zone locale
-
-