Class FastDateFormat.TimeZoneDisplayKey

java.lang.Object
org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
Enclosing class:
FastDateFormat

private static class FastDateFormat.TimeZoneDisplayKey extends Object

Inner class that acts as a compound key for time zone names.

  • Field Details

    • mTimeZone

      private final TimeZone mTimeZone
    • mStyle

      private final int mStyle
    • mLocale

      private final Locale mLocale
  • Constructor Details

    • TimeZoneDisplayKey

      TimeZoneDisplayKey(TimeZone timeZone, boolean daylight, int style, Locale locale)
      Constructs an instance of TimeZoneDisplayKey with the specified properties.
      Parameters:
      timeZone - the time zone
      daylight - adjust the style for daylight saving time if true
      style - the timezone style
      locale - the timezone locale
  • Method Details