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.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 timezone stylelocale
- the timezone locale
-
-