Package org.apache.commons.lang.time
Class FastDateFormat.TimeZoneDisplayKey
- java.lang.Object
-
- org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
-
- Enclosing class:
- FastDateFormat
private static class FastDateFormat.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
-
-