Class FastDatePrinter.TimeZoneDisplayKey

java.lang.Object
org.sqlite.date.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

    • 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