Class FastDatePrinter.TimeZoneDisplayKey

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

private static class FastDatePrinter.TimeZoneDisplayKey extends Object
Inner class that acts as a compound key for time zone names.
  • Field Details

    • timeZone

      private final TimeZone timeZone
    • style

      private final int style
    • locale

      private final Locale locale
  • Constructor Details

    • TimeZoneDisplayKey

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