Serialized Form
-
Package org.threeten.extra
-
Class org.threeten.extra.DayOfMonth extends java.lang.Object implements Serializable
- serialVersionUID:
- -8840172642009917873L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- -8789692114017384034L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- -8903767091325669093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
days
int days
The number of days.
-
-
Class org.threeten.extra.Hours extends java.lang.Object implements Serializable
- serialVersionUID:
- -8494096666041369608L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
hours
int hours
The number of hours.
-
-
Class org.threeten.extra.Interval extends java.lang.Object implements Serializable
- serialVersionUID:
- 8375285238652L
-
Serialized Fields
-
end
java.time.Instant end
The end instant (exclusive). -
start
java.time.Instant start
The start instant (inclusive).
-
-
Class org.threeten.extra.LocalDateRange extends java.lang.Object implements Serializable
- serialVersionUID:
- 3358656715467L
-
Serialized Fields
-
end
java.time.LocalDate end
The end date (exclusive). -
start
java.time.LocalDate start
The start date (inclusive).
-
-
Class org.threeten.extra.Minutes extends java.lang.Object implements Serializable
- serialVersionUID:
- 2602801843170589407L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
minutes
int minutes
The number of minutes.
-
-
Class org.threeten.extra.Months extends java.lang.Object implements Serializable
- serialVersionUID:
- -8903767091325669093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
months
int months
The number of months.
-
-
Class org.threeten.extra.MutableClock.SerializationProxy extends java.lang.Object implements Serializable
- serialVersionUID:
- 8602110640241828260L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve() throws java.io.InvalidObjectExceptionReturns theMutableClockto replace this serialization proxy.- Throws:
java.io.InvalidObjectException- if the instant or time-zone is null
-
-
Serialized Fields
-
instant
java.time.Instant instant
A snapshot of the instant of theMutableClock, taken when the clock was serialized, not null. -
zone
java.time.ZoneId zone
The time-zone of theMutableClock, not null.
-
-
Class org.threeten.extra.OffsetDate extends java.lang.Object implements Serializable
- serialVersionUID:
- -4382054179074397774L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Validates the input.
-
-
Serialized Fields
-
date
java.time.LocalDate date
The local date. -
offset
java.time.ZoneOffset offset
The offset from UTC/Greenwich.
-
-
Class org.threeten.extra.PeriodDuration extends java.lang.Object implements Serializable
- serialVersionUID:
- 8815521625671589L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
duration
java.time.Duration duration
The duration. -
period
java.time.Period period
The period.
-
-
Class org.threeten.extra.Seconds extends java.lang.Object implements Serializable
- serialVersionUID:
- 2602801843170589407L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
seconds
int seconds
The number of seconds.
-
-
Class org.threeten.extra.Weeks extends java.lang.Object implements Serializable
- serialVersionUID:
- -8903767091325669093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
weeks
int weeks
The number of weeks.
-
-
Class org.threeten.extra.YearQuarter extends java.lang.Object implements Serializable
- serialVersionUID:
- 4183400860270640070L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- -8903767091325669093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Serialized Fields
-
years
int years
The number of years.
-
-
Class org.threeten.extra.YearWeek extends java.lang.Object implements Serializable
- serialVersionUID:
- 3381384054271883921L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- 7291205177830286973L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve stored instances.
-
-
Serialized Fields
-
division
AccountingYearDivision division
How to divide an accounting year. -
end
java.time.Month end
Which Gregorian/ISO end-of-month the year ends in/is nearest to. -
endsOn
java.time.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.
-
-
Class org.threeten.extra.chrono.AccountingDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -126140328940081914L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- 87235724675472657L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.BritishCutoverDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -9626278512674L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Validates the object.
-
-
Serialized Fields
-
isoDate
java.time.LocalDate isoDate
The underlying date.
-
-
Class org.threeten.extra.chrono.CopticChronology extends org.threeten.extra.chrono.AbstractNileChronology implements Serializable
- serialVersionUID:
- 7291205177830286973L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.CopticDate extends org.threeten.extra.chrono.AbstractNileDate implements Serializable
- serialVersionUID:
- -7920528871688876868L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- 1075529146344250850L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.DiscordianDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -4340508226506164852L
-
Serialization Methods
-
readResolve
private java.lang.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 extends org.threeten.extra.chrono.AbstractNileChronology implements Serializable
- serialVersionUID:
- 53287687268768L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.EthiopicDate extends org.threeten.extra.chrono.AbstractNileDate implements Serializable
- serialVersionUID:
- -268768729L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- -8252657100538813526L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.InternationalFixedDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -5501342824322148215L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- 7291205177830286973L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.JulianDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -7920528871688876868L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- -7021464635577802085L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.PaxDate extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -2229133057743750072L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- -1287766365831162587L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.Symmetry010Date extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -8275627894629629L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.time.chrono.AbstractChronology implements Serializable
- serialVersionUID:
- -1287766365831162587L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve singleton.
-
-
Class org.threeten.extra.chrono.Symmetry454Date extends org.threeten.extra.chrono.AbstractDate implements Serializable
- serialVersionUID:
- -3540913335234762448L
-
Serialization Methods
-
readResolve
private java.lang.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 extends java.lang.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 extends java.lang.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.
-
-