Serialized Form

  • Package org.threeten.extra

    • Class org.threeten.extra.DayOfMonth

      class DayOfMonth extends Object implements Serializable
      serialVersionUID:
      -8840172642009917873L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the input.
      • Serialized Fields

        • day
          int day
          The day-of-month being represented, from 1 to 31.
    • Class org.threeten.extra.DayOfYear

      class DayOfYear extends Object implements Serializable
      serialVersionUID:
      -8789692114017384034L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the input.
      • Serialized Fields

        • day
          int day
          The day-of-year being represented, from 1 to 366.
    • Class org.threeten.extra.Days

      class Days extends Object implements Serializable
      serialVersionUID:
      -8903767091325669093L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • days
          int days
          The number of days.
    • Class org.threeten.extra.HourMinute

      class HourMinute extends Object implements Serializable
      serialVersionUID:
      -2532872925L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the input.
      • Serialized Fields

        • hour
          int hour
          The hour-of-day.
        • minute
          int minute
          The minute-of-hour.
    • Class org.threeten.extra.Hours

      class Hours extends Object implements Serializable
      serialVersionUID:
      -8494096666041369608L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • hours
          int hours
          The number of hours.
    • Class org.threeten.extra.Interval

      class Interval extends Object implements Serializable
      serialVersionUID:
      8375285238652L
      • Serialized Fields

        • end
          Instant end
          The end instant (exclusive).
        • start
          Instant start
          The start instant (inclusive).
    • Class org.threeten.extra.LocalDateRange

      class LocalDateRange extends Object implements Serializable
      serialVersionUID:
      3358656715467L
      • Serialized Fields

        • end
          LocalDate end
          The end date (exclusive).
        • start
          LocalDate start
          The start date (inclusive).
    • Class org.threeten.extra.Minutes

      class Minutes extends Object implements Serializable
      serialVersionUID:
      2602801843170589407L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • minutes
          int minutes
          The number of minutes.
    • Class org.threeten.extra.Months

      class Months extends Object implements Serializable
      serialVersionUID:
      -8903767091325669093L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • months
          int months
          The number of months.
    • Class org.threeten.extra.MutableClock.SerializationProxy

      class SerializationProxy extends Object implements Serializable
      serialVersionUID:
      8602110640241828260L
      • Serialization Methods

      • Serialized Fields

        • instant
          Instant instant
          A snapshot of the instant of the MutableClock, taken when the clock was serialized, not null.
        • zone
          ZoneId zone
          The time-zone of the MutableClock, not null.
    • Class org.threeten.extra.OffsetDate

      class OffsetDate extends Object implements Serializable
      serialVersionUID:
      -4382054179074397774L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the input.
      • Serialized Fields

    • Class org.threeten.extra.PeriodDuration

      class PeriodDuration extends Object implements Serializable
      serialVersionUID:
      8815521625671589L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • duration
          Duration duration
          The duration.
        • period
          Period period
          The period.
    • Class org.threeten.extra.Seconds

      class Seconds extends Object implements Serializable
      serialVersionUID:
      2602801843170589407L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • seconds
          int seconds
          The number of seconds.
    • Class org.threeten.extra.Weeks

      class Weeks extends Object implements Serializable
      serialVersionUID:
      -8903767091325669093L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • weeks
          int weeks
          The number of weeks.
    • Class org.threeten.extra.YearHalf

      class YearHalf extends Object implements Serializable
      serialVersionUID:
      782467825761518L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the input.
      • Serialized Fields

        • half
          Half half
          The half-of-year, not null.
        • year
          int year
          The year.
    • Class org.threeten.extra.YearQuarter

      class YearQuarter extends Object implements Serializable
      serialVersionUID:
      4183400860270640070L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the input.
      • Serialized Fields

        • quarter
          Quarter quarter
          The quarter-of-year, not null.
        • year
          int year
          The year.
    • Class org.threeten.extra.Years

      class Years extends Object implements Serializable
      serialVersionUID:
      -8903767091325669093L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolves singletons.
      • Serialized Fields

        • years
          int years
          The number of years.
    • Class org.threeten.extra.YearWeek

      class YearWeek extends Object implements Serializable
      serialVersionUID:
      3381384054271883921L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the input.
      • Serialized Fields

        • week
          int week
          The week-of-week-based-year
        • year
          int year
          The week-based-year.
  • Package org.threeten.extra.chrono

    • Class org.threeten.extra.chrono.AccountingChronology

      class AccountingChronology extends AbstractChronology implements Serializable
      serialVersionUID:
      7291205177830286973L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve stored instances.
      • Serialized Fields

        • division
          AccountingYearDivision division
          How to divide an accounting year.
        • end
          Month end
          Which Gregorian/ISO end-of-month the year ends in/is nearest to.
        • endsOn
          DayOfWeek endsOn
          The day of the week on which a given Accounting year ends.
        • inLastWeek
          boolean inLastWeek
          Whether the calendar ends in the last week of a given Gregorian/ISO month, or nearest to the last day of the month (will sometimes be in the next month).
        • leapWeekInMonth
          int leapWeekInMonth
          The month which will have the leap-week added.
        • yearOffset
          int yearOffset
          The year offset.
    • Class org.threeten.extra.chrono.AccountingDate

      class AccountingDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -126140328940081914L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • chronology
          AccountingChronology chronology
          The chronology for manipulating this date.
        • day
          short day
          The day.
        • month
          short month
          The month (period).
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.BritishCutoverChronology

      class BritishCutoverChronology extends AbstractChronology implements Serializable
      serialVersionUID:
      87235724675472657L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.BritishCutoverDate

      class BritishCutoverDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -9626278512674L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • isoDate
          LocalDate isoDate
          The underlying date.
    • Class org.threeten.extra.chrono.CopticChronology

      class CopticChronology extends org.threeten.extra.chrono.AbstractNileChronology implements Serializable
      serialVersionUID:
      7291205177830286973L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.CopticDate

      class CopticDate extends org.threeten.extra.chrono.AbstractNileDate implements Serializable
      serialVersionUID:
      -7920528871688876868L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          short day
          The day.
        • month
          short month
          The month.
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.DiscordianChronology

      class DiscordianChronology extends AbstractChronology implements Serializable
      serialVersionUID:
      1075529146344250850L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.DiscordianDate

      class DiscordianDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -4340508226506164852L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          short day
          The day.
        • month
          short month
          The month.
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.EthiopicChronology

      class EthiopicChronology extends org.threeten.extra.chrono.AbstractNileChronology implements Serializable
      serialVersionUID:
      53287687268768L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.EthiopicDate

      class EthiopicDate extends org.threeten.extra.chrono.AbstractNileDate implements Serializable
      serialVersionUID:
      -268768729L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          short day
          The day.
        • month
          short month
          The month.
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.InternationalFixedChronology

      class InternationalFixedChronology extends AbstractChronology implements Serializable
      serialVersionUID:
      -8252657100538813526L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.InternationalFixedDate

      class InternationalFixedDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -5501342824322148215L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          int day
          The day of the month.
        • month
          int month
          The month of the year.
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.JulianChronology

      class JulianChronology extends AbstractChronology implements Serializable
      serialVersionUID:
      7291205177830286973L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.JulianDate

      class JulianDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -7920528871688876868L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          short day
          The day.
        • month
          short month
          The month.
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.PaxChronology

      class PaxChronology extends AbstractChronology implements Serializable
      serialVersionUID:
      -7021464635577802085L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.PaxDate

      class PaxDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -2229133057743750072L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          short day
          The day.
        • month
          short month
          The month.
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.Symmetry010Chronology

      class Symmetry010Chronology extends AbstractChronology implements Serializable
      serialVersionUID:
      -1287766365831162587L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.Symmetry010Date

      class Symmetry010Date extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -8275627894629629L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          int day
          The day of the month.
        • month
          int month
          The month of the year.
        • prolepticYear
          int prolepticYear
          The proleptic year.
    • Class org.threeten.extra.chrono.Symmetry454Chronology

      class Symmetry454Chronology extends AbstractChronology implements Serializable
      serialVersionUID:
      -1287766365831162587L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Resolve singleton.
    • Class org.threeten.extra.chrono.Symmetry454Date

      class Symmetry454Date extends org.threeten.extra.chrono.AbstractDate implements Serializable
      serialVersionUID:
      -3540913335234762448L
      • Serialization Methods

        • readResolve
          private Object readResolve()
          Validates the object.
      • Serialized Fields

        • day
          int day
          The day of the month.
        • month
          int month
          The month of the year.
        • prolepticYear
          int prolepticYear
          The proleptic year.
  • Package org.threeten.extra.scale

    • Class org.threeten.extra.scale.TaiInstant

      class TaiInstant extends Object implements Serializable
      serialVersionUID:
      2133469726395847026L
      • Serialized Fields

        • nanos
          int nanos
          The number of nanoseconds, later along the time-line, from the seconds field. This is always positive, and never exceeds 999,999,999.
        • seconds
          long seconds
          The number of seconds from the epoch of 1958-01-01T00:00:00(TAI).
    • Class org.threeten.extra.scale.UtcInstant

      class UtcInstant extends Object implements Serializable
      serialVersionUID:
      2600294095511836210L
      • Serialized Fields

        • mjDay
          long mjDay
          The Modified Julian Day, from the epoch of 1858-11-17.
        • nanoOfDay
          long nanoOfDay
          The number of nanoseconds, later along the time-line, from the MJD field. This is always positive and includes leap seconds.