A B C D E F G H I J L M N O P Q R S T U V W Y Z 
All Classes All Packages

A

abs() - Method in class org.threeten.extra.Days
Returns a copy of this duration with a positive length.
abs() - Method in class org.threeten.extra.Hours
Returns a copy of this duration with a positive length.
abs() - Method in class org.threeten.extra.Minutes
Returns a copy of this duration with a positive length.
abs() - Method in class org.threeten.extra.Months
Returns a copy of this duration with a positive length.
abs() - Method in class org.threeten.extra.Seconds
Returns a copy of this duration with a positive length.
abs() - Method in class org.threeten.extra.Weeks
Returns a copy of this duration with a positive length.
abs() - Method in class org.threeten.extra.Years
Returns a copy of this duration with a positive length.
abuts(Interval) - Method in class org.threeten.extra.Interval
Checks if this interval abuts the specified interval.
abuts(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Checks if this range abuts the specified range.
AccountingChronology - Class in org.threeten.extra.chrono
An Accounting calendar system.
AccountingChronologyBuilder - Class in org.threeten.extra.chrono
Builder to create Accounting calendars.
AccountingChronologyBuilder() - Constructor for class org.threeten.extra.chrono.AccountingChronologyBuilder
Constructs a new instance of the builder.
AccountingDate - Class in org.threeten.extra.chrono
A date in an Accounting calendar system.
AccountingEra - Enum in org.threeten.extra.chrono
An era in the Accounting calendar system.
AccountingYearDivision - Enum in org.threeten.extra.chrono
How an Accounting year is divided.
accountingYearEndsInIsoYear() - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Sets the proleptic accounting year to end in the matching Iso year.
accountingYearStartsInIsoYear() - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Sets the proleptic accounting year to start in the matching Iso year.
AD - org.threeten.extra.chrono.JulianEra
The singleton instance for the current era, 'Anno Domini', which has the numeric value 1.
add(long, TemporalUnit) - Method in class org.threeten.extra.MutableClock
Adds the specified amount to this clock.
add(TemporalAmount) - Method in class org.threeten.extra.MutableClock
Adds the specified amount to this clock.
addTo(Temporal) - Method in class org.threeten.extra.Days
Adds this amount to the specified temporal object.
addTo(Temporal) - Method in class org.threeten.extra.Hours
Adds this amount to the specified temporal object.
addTo(Temporal) - Method in class org.threeten.extra.Minutes
Adds this amount to the specified temporal object.
addTo(Temporal) - Method in class org.threeten.extra.Months
Adds this amount to the specified temporal object.
addTo(Temporal) - Method in class org.threeten.extra.PeriodDuration
Adds this amount to the specified temporal object.
addTo(Temporal) - Method in class org.threeten.extra.Seconds
Adds this amount to the specified temporal object.
addTo(Temporal) - Method in class org.threeten.extra.Weeks
Adds this amount to the specified temporal object.
addTo(Temporal) - Method in class org.threeten.extra.Years
Adds this amount to the specified temporal object.
adjustInto(Temporal) - Method in enum org.threeten.extra.AmPm
Adjusts the specified temporal object to have this am-pm value.
adjustInto(Temporal) - Method in class org.threeten.extra.DayOfMonth
Adjusts the specified temporal object to have this day-of-month.
adjustInto(Temporal) - Method in class org.threeten.extra.DayOfYear
Adjusts the specified temporal object to have this day-of-year.
adjustInto(Temporal) - Method in class org.threeten.extra.OffsetDate
Adjusts the specified temporal object to have the same offset and date as this object.
adjustInto(Temporal) - Method in enum org.threeten.extra.Quarter
Adjusts the specified temporal object to have this quarter-of-year.
adjustInto(Temporal) - Method in class org.threeten.extra.YearQuarter
Adjusts the specified temporal object to have this year-quarter.
adjustInto(Temporal) - Method in class org.threeten.extra.YearWeek
Adjusts the specified temporal object to have this year-week.
ALL - Static variable in class org.threeten.extra.Interval
An interval over the whole time-line.
ALL - Static variable in class org.threeten.extra.LocalDateRange
A range over the whole time-line.
AM - org.threeten.extra.AmPm
The singleton instance for the morning, AM - ante meridiem.
AM - org.threeten.extra.chrono.CopticEra
The singleton instance for the current era, 'Era of the Martyrs', which has the numeric value 1.
AmountFormats - Class in org.threeten.extra
Provides the ability to format a temporal amount.
AmPm - Enum in org.threeten.extra
A half-day before or after midday, with the values 'AM' and 'PM'.
atDay(int) - Method in class org.threeten.extra.YearQuarter
Combines this year-quarter with a day-of-quarter to create a LocalDate.
atDay(DayOfWeek) - Method in class org.threeten.extra.YearWeek
Combines this year-week with a day-of-week to create a LocalDate.
atEndOfQuarter() - Method in class org.threeten.extra.YearQuarter
Returns a LocalDate at the end of the quarter.
atMonth(int) - Method in class org.threeten.extra.DayOfMonth
Combines this day-of-month with a month to create a MonthDay.
atMonth(Month) - Method in class org.threeten.extra.DayOfMonth
Combines this day-of-month with a month to create a MonthDay.
atTime(LocalTime) - Method in class org.threeten.extra.chrono.AccountingDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.CopticDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.DiscordianDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.EthiopicDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.JulianDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.PaxDate
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
atTime(LocalTime) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
atTime(LocalTime) - Method in class org.threeten.extra.OffsetDate
Returns an offset date-time formed from this date at the specified time.
atYear(int) - Method in class org.threeten.extra.DayOfYear
Combines this day-of-year with a year to create a LocalDate.
atYear(Year) - Method in class org.threeten.extra.DayOfYear
Combines this day-of-year with a year to create a LocalDate.
atYearMonth(YearMonth) - Method in class org.threeten.extra.DayOfMonth
Combines this day-of-month with a year-month to create a LocalDate.

B

BC - org.threeten.extra.chrono.JulianEra
The singleton instance for the era before the current one, 'Before Christ', which has the numeric value 0.
BCE - org.threeten.extra.chrono.AccountingEra
The singleton instance for the era before the current one, 'Before Current Era', which has the numeric value 0.
BCE - org.threeten.extra.chrono.PaxEra
The singleton instance for the era before the current one, 'Before Current Era', which has the numeric value 0.
BEFORE_AM - org.threeten.extra.chrono.CopticEra
The singleton instance for the era before the current one, 'Before Era of the Martyrs', which has the numeric value 0.
BEFORE_INCARNATION - org.threeten.extra.chrono.EthiopicEra
The singleton instance for the era before the current one, 'Before Incarnation Era', which has the numeric value 0.
between(Temporal, Temporal) - Static method in class org.threeten.extra.Days
Obtains a Days consisting of the number of days between two dates.
between(Temporal, Temporal) - Static method in class org.threeten.extra.Hours
Obtains a Hours consisting of the number of hours between two temporals.
between(Temporal, Temporal) - Static method in class org.threeten.extra.Minutes
Obtains a Minutes consisting of the number of minutes between two temporals.
between(Temporal, Temporal) - Static method in class org.threeten.extra.Months
Obtains a Months consisting of the number of months between two dates.
between(Temporal, Temporal) - Static method in class org.threeten.extra.PeriodDuration
Obtains an instance consisting of the amount of time between two temporals.
between(Temporal, Temporal) - Static method in class org.threeten.extra.Seconds
Obtains a Seconds consisting of the number of seconds between two temporals.
between(Temporal, Temporal) - Static method in class org.threeten.extra.Weeks
Obtains a Weeks consisting of the number of weeks between two dates.
between(Temporal, Temporal) - Static method in class org.threeten.extra.Years
Obtains a Years consisting of the number of years between two dates.
BritishCutoverChronology - Class in org.threeten.extra.chrono
The British Julian-Gregorian cutover calendar system.
BritishCutoverChronology() - Constructor for class org.threeten.extra.chrono.BritishCutoverChronology
Deprecated.
Use the singleton BritishCutoverChronology.INSTANCE instead.
BritishCutoverDate - Class in org.threeten.extra.chrono
A date in the British Cutover calendar system.

C

CE - org.threeten.extra.chrono.AccountingEra
The singleton instance for the current era, 'Current Era', which has the numeric value 1.
CE - org.threeten.extra.chrono.InternationalFixedEra
The singleton instance for the current era, 'Current Era', which has the numeric value 1.
CE - org.threeten.extra.chrono.PaxEra
The singleton instance for the current era, 'Current Era', which has the numeric value 1.
chronoUnit(TimeUnit) - Static method in class org.threeten.extra.Temporals
Converts a TimeUnit to a ChronoUnit.
compareTo(DayOfMonth) - Method in class org.threeten.extra.DayOfMonth
Compares this day-of-month to another.
compareTo(DayOfYear) - Method in class org.threeten.extra.DayOfYear
Compares this day-of-year to another.
compareTo(Days) - Method in class org.threeten.extra.Days
Compares this amount to the specified Days.
compareTo(Hours) - Method in class org.threeten.extra.Hours
Compares this amount to the specified Hours.
compareTo(Minutes) - Method in class org.threeten.extra.Minutes
Compares this amount to the specified Minutes.
compareTo(Months) - Method in class org.threeten.extra.Months
Compares this amount to the specified Months.
compareTo(OffsetDate) - Method in class org.threeten.extra.OffsetDate
Compares this OffsetDate to another date.
compareTo(TaiInstant) - Method in class org.threeten.extra.scale.TaiInstant
Compares this instant to another based on the time-line.
compareTo(UtcInstant) - Method in class org.threeten.extra.scale.UtcInstant
Compares this instant to another based on the time-line.
compareTo(Seconds) - Method in class org.threeten.extra.Seconds
Compares this amount to the specified Seconds.
compareTo(Weeks) - Method in class org.threeten.extra.Weeks
Compares this amount to the specified Weeks.
compareTo(YearQuarter) - Method in class org.threeten.extra.YearQuarter
Compares this year-quarter to another
compareTo(Years) - Method in class org.threeten.extra.Years
Compares this amount to the specified Years.
compareTo(YearWeek) - Method in class org.threeten.extra.YearWeek
Compares this year-week to another
contains(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval contains the specified instant.
contains(LocalDate) - Method in class org.threeten.extra.LocalDateRange
Checks if this range contains the specified date.
convertAmount(long, TemporalUnit, TemporalUnit) - Static method in class org.threeten.extra.Temporals
Converts an amount from one unit to another.
convertToInstant(TaiInstant) - Method in class org.threeten.extra.scale.UtcRules
Converts a TaiInstant to an Instant.
convertToInstant(UtcInstant) - Method in class org.threeten.extra.scale.UtcRules
Converts a UtcInstant to an Instant.
convertToTai(Instant) - Method in class org.threeten.extra.scale.UtcRules
Converts an Instant to a TaiInstant.
convertToTai(UtcInstant) - Method in class org.threeten.extra.scale.UtcRules
Converts a UtcInstant to a TaiInstant.
convertToUtc(Instant) - Method in class org.threeten.extra.scale.UtcRules
Converts an Instant to a UtcInstant.
convertToUtc(TaiInstant) - Method in class org.threeten.extra.scale.UtcRules
Converts a TaiInstant to a UtcInstant.
CopticChronology - Class in org.threeten.extra.chrono
The Coptic calendar system.
CopticChronology() - Constructor for class org.threeten.extra.chrono.CopticChronology
Deprecated.
Use the singleton CopticChronology.INSTANCE instead.
CopticDate - Class in org.threeten.extra.chrono
A date in the Coptic calendar system.
CopticEra - Enum in org.threeten.extra.chrono
An era in the Coptic calendar system.
CUTOVER - Static variable in class org.threeten.extra.chrono.BritishCutoverChronology
The cutover date, Thursday 14th September 1752.

D

date(int, int, int) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a local date in Accounting calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a local date in British Cutover calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a local date in Coptic calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a local date in Discordian calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a local date in Ethiopic calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a local date in International Fixed calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a local date in Julian calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a local date in Pax calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a local date in Symmetry010 calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(int, int, int) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a local date in Symmetry454 calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a local date in Accounting calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a local date in British Cutover calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a local date in Coptic calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a local date in Discordian calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a local date in Ethiopic calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a local date in International Fixed calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a local date in Julian calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a local date in Pax calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a local date in Symmetry010 calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(Era, int, int, int) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a local date in Symmetry454 calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a Accounting local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a British Cutover local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a Coptic local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a Discordian local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a Ethiopic local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a International Fixed local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a Julian local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a Pax local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a Symmetry010 local date from another date-time object.
date(TemporalAccessor) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a Symmetry454 local date from another date-time object.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a local date in the Accounting calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a local date in the British Cutover calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a local date in the Coptic calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a local date in the Discordian calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a local date in the Ethiopic calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a local date in the International Fixed calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a local date in the Julian calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a local date in the Pax calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a local date in the Symmetry010 calendar system from the epoch-day.
dateEpochDay(long) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a local date in the Symmetry454 calendar system from the epoch-day.
dateNow() - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains the current Accounting local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains the current British Cutover local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.CopticChronology
Obtains the current Coptic local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains the current Discordian local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains the current Ethiopic local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains the current International Fixed local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.JulianChronology
Obtains the current Julian local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.PaxChronology
Obtains the current Pax local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains the current Symmetry010 local date from the system clock in the default time-zone.
dateNow() - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains the current Symmetry454 local date from the system clock in the default time-zone.
dateNow(Clock) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains the current Accounting local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains the current British Cutover local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains the current Coptic local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains the current Discordian local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains the current Ethiopic local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains the current International Fixed local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains the current Julian local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains the current Pax local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains the current Symmetry010 local date from the specified clock.
dateNow(Clock) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains the current Symmetry454 local date from the specified clock.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains the current Accounting local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains the current British Cutover local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains the current Coptic local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains the current Discordian local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains the current Ethiopic local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains the current International Fixed local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains the current Julian local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains the current Pax local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains the current Symmetry010 local date from the system clock in the specified time-zone.
dateNow(ZoneId) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains the current Symmetry454 local date from the system clock in the specified time-zone.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a local date in Accounting calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a local date in British Cutover calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a local date in Coptic calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a local date in the Discordian calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a local date in Ethiopic calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a local date in International Fixed calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a local date in Julian calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a local date in Pax calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a local date in Symmetry010 calendar system from the proleptic-year and day-of-year fields.
dateYearDay(int, int) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a local date in Symmetry454 calendar system from the proleptic-year and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a local date in Accounting calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a local date in British Cutover calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a local date in Coptic calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a local date in Discordian calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a local date in Ethiopic calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a local date in International Fixed calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a local date in Julian calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a local date in Pax calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a local date in Symmetry010 calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(Era, int, int) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a local date in Symmetry454 calendar system from the era, year-of-era and day-of-year fields.
DayOfMonth - Class in org.threeten.extra
A day-of-month in the ISO-8601 calendar system.
DayOfYear - Class in org.threeten.extra
A day-of-year in the ISO-8601 calendar system.
Days - Class in org.threeten.extra
A day-based amount of time, such as '12 days'.
DAYS_0001_TO_1970 - Static variable in class org.threeten.extra.chrono.Symmetry010Chronology
The number of days from year zero to CE 1970, still the era only allows CE 1 and higher.
DAYS_0001_TO_1970 - Static variable in class org.threeten.extra.chrono.Symmetry454Chronology
The number of days from year zero to CE 1970, still the era only allows CE 1 and higher.
DiscordianChronology - Class in org.threeten.extra.chrono
The Discordian calendar system.
DiscordianChronology() - Constructor for class org.threeten.extra.chrono.DiscordianChronology
Deprecated.
Use the singleton DiscordianChronology.INSTANCE instead.
DiscordianDate - Class in org.threeten.extra.chrono
A date in the Discordian calendar system.
DiscordianEra - Enum in org.threeten.extra.chrono
An era in the Discordian calendar system.
dividedBy(int) - Method in class org.threeten.extra.Days
Returns an instance with the amount divided by the specified divisor.
dividedBy(int) - Method in class org.threeten.extra.Hours
Returns an instance with the amount divided by the specified divisor.
dividedBy(int) - Method in class org.threeten.extra.Minutes
Returns an instance with the amount divided by the specified divisor.
dividedBy(int) - Method in class org.threeten.extra.Months
Returns an instance with the amount divided by the specified divisor.
dividedBy(int) - Method in class org.threeten.extra.Seconds
Returns an instance with the amount divided by the specified divisor.
dividedBy(int) - Method in class org.threeten.extra.Weeks
Returns an instance with the amount divided by the specified divisor.
dividedBy(int) - Method in class org.threeten.extra.Years
Returns an instance with the amount divided by the specified divisor.
durationFromBigDecimalSeconds(BigDecimal) - Static method in class org.threeten.extra.Temporals
Converts a BigDecimal representing seconds to a duration, saturating if necessary.
durationFromDoubleSeconds(double) - Static method in class org.threeten.extra.Temporals
Converts a double representing seconds to a duration, saturating if necessary.
durationToBigDecimalSeconds(Duration) - Static method in class org.threeten.extra.Temporals
Converts a duration to a BigDecimal with a scale of 9.
durationToDoubleSeconds(Duration) - Static method in class org.threeten.extra.Temporals
Converts a duration to a double.
durationUntil(TaiInstant) - Method in class org.threeten.extra.scale.TaiInstant
Returns the duration between this instant and the specified instant.
durationUntil(UtcInstant) - Method in class org.threeten.extra.scale.UtcInstant
Returns the duration between this instant and the specified instant.

E

encloses(Interval) - Method in class org.threeten.extra.Interval
Checks if this interval encloses the specified interval.
encloses(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Checks if this range encloses the specified range.
endingAt(Instant) - Static method in class org.threeten.extra.Interval
Obtains an instance of Interval with unbounded start and the specified end instant.
endsAfter(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval ends after the specified instant.
endsAtOrAfter(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval ends after the specified instant.
endsAtOrBefore(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval ends at or before the specified instant.
endsBefore(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval ends before the specified instant.
endsOn(DayOfWeek) - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Sets the day-of-week on which a given Accounting calendar year ends.
epochUTC() - Static method in class org.threeten.extra.MutableClock
Obtains a new MutableClock set to the epoch of 1970-01-01T00:00:00Z, converting to date and time using the UTC time-zone.
equals(Object) - Method in class org.threeten.extra.chrono.AccountingChronology
 
equals(Object) - Method in class org.threeten.extra.chrono.AccountingDate
Compares this date to another date, including the chronology.
equals(Object) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
equals(Object) - Method in class org.threeten.extra.DayOfMonth
Checks if this day-of-month is equal to another day-of-month.
equals(Object) - Method in class org.threeten.extra.DayOfYear
Checks if this day-of-year is equal to another day-of-year.
equals(Object) - Method in class org.threeten.extra.Days
Checks if this amount is equal to the specified Days.
equals(Object) - Method in class org.threeten.extra.Hours
Checks if this amount is equal to the specified Hours.
equals(Object) - Method in class org.threeten.extra.Interval
Checks if this interval is equal to another interval.
equals(Object) - Method in class org.threeten.extra.LocalDateRange
Checks if this range is equal to another range.
equals(Object) - Method in class org.threeten.extra.Minutes
Checks if this amount is equal to the specified Minutes.
equals(Object) - Method in class org.threeten.extra.Months
Checks if this amount is equal to the specified Months.
equals(Object) - Method in class org.threeten.extra.MutableClock
Returns true if obj is a MutableClock that uses the same time-zone as this clock and has shared updates with this clock.
equals(Object) - Method in class org.threeten.extra.OffsetDate
Checks if this date is equal to another date.
equals(Object) - Method in class org.threeten.extra.PeriodDuration
Checks if this amount is equal to the specified PeriodDuration.
equals(Object) - Method in class org.threeten.extra.scale.TaiInstant
Checks if this instant is equal to the specified TaiInstant.
equals(Object) - Method in class org.threeten.extra.scale.UtcInstant
Checks if this instant is equal to the specified UtcInstant.
equals(Object) - Method in class org.threeten.extra.Seconds
Checks if this amount is equal to the specified Seconds.
equals(Object) - Method in class org.threeten.extra.Weeks
Checks if this amount is equal to the specified Weeks.
equals(Object) - Method in class org.threeten.extra.YearQuarter
Checks if this year-quarter is equal to another year-quarter.
equals(Object) - Method in class org.threeten.extra.Years
Checks if this amount is equal to the specified Years.
equals(Object) - Method in class org.threeten.extra.YearWeek
Checks if this year-week is equal to another year-week.
eraOf(int) - Method in class org.threeten.extra.chrono.AccountingChronology
 
eraOf(int) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
 
eraOf(int) - Method in class org.threeten.extra.chrono.CopticChronology
 
eraOf(int) - Method in class org.threeten.extra.chrono.DiscordianChronology
 
eraOf(int) - Method in class org.threeten.extra.chrono.EthiopicChronology
 
eraOf(int) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Creates the chronology era object from the numeric value.
eraOf(int) - Method in class org.threeten.extra.chrono.JulianChronology
 
eraOf(int) - Method in class org.threeten.extra.chrono.PaxChronology
 
eraOf(int) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Creates the chronology era object from the numeric value.
eraOf(int) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Creates the chronology era object from the numeric value.
eras() - Method in class org.threeten.extra.chrono.AccountingChronology
 
eras() - Method in class org.threeten.extra.chrono.BritishCutoverChronology
 
eras() - Method in class org.threeten.extra.chrono.CopticChronology
 
eras() - Method in class org.threeten.extra.chrono.DiscordianChronology
 
eras() - Method in class org.threeten.extra.chrono.EthiopicChronology
 
eras() - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Gets the list of eras for the chronology.
eras() - Method in class org.threeten.extra.chrono.JulianChronology
 
eras() - Method in class org.threeten.extra.chrono.PaxChronology
 
eras() - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Gets the list of eras for the chronology.
eras() - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Gets the list of eras for the chronology.
EthiopicChronology - Class in org.threeten.extra.chrono
The Ethiopic calendar system.
EthiopicChronology() - Constructor for class org.threeten.extra.chrono.EthiopicChronology
Deprecated.
Use the singleton EthiopicChronology.INSTANCE instead.
EthiopicDate - Class in org.threeten.extra.chrono
A date in the Ethiopic calendar system.
EthiopicEra - Enum in org.threeten.extra.chrono
An era in the Ethiopic calendar system.

F

firstMonth() - Method in enum org.threeten.extra.Quarter
Gets the first of the three months that this quarter refers to.
format(DateTimeFormatter) - Method in class org.threeten.extra.OffsetDate
Formats this date using the specified formatter.
format(DateTimeFormatter) - Method in class org.threeten.extra.YearQuarter
Formats this year-quarter using the specified formatter.
format(DateTimeFormatter) - Method in class org.threeten.extra.YearWeek
Formats this year-week using the specified formatter.
from(TemporalAccessor) - Static method in enum org.threeten.extra.AmPm
Obtains an instance of AmPm from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.BritishCutoverDate
Obtains a BritishCutoverDate from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.CopticDate
Obtains a CopticDate from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.DiscordianDate
Obtains a DiscordianDate from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.EthiopicDate
Obtains a EthiopicDate from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.InternationalFixedDate
Obtains a InternationalFixedDate from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.JulianDate
Obtains a JulianDate from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.PaxDate
Obtains a PaxDate from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.Symmetry010Date
Obtains a Symmetry010Date from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.chrono.Symmetry454Date
Obtains a Symmetry454Date from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.DayOfMonth
Obtains an instance of DayOfMonth from a date-time object.
from(TemporalAccessor) - Static method in class org.threeten.extra.DayOfYear
Obtains an instance of DayOfYear from a date-time object.
from(TemporalAccessor) - Static method in class org.threeten.extra.OffsetDate
Obtains an instance of OffsetDate from a temporal object.
from(TemporalAccessor) - Static method in enum org.threeten.extra.Quarter
Obtains an instance of Quarter from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.YearQuarter
Obtains an instance of YearQuarter from a temporal object.
from(TemporalAccessor) - Static method in class org.threeten.extra.YearWeek
Obtains an instance of YearWeek from a temporal object.
from(TemporalAmount) - Static method in class org.threeten.extra.Days
Obtains an instance of Days from a temporal amount.
from(TemporalAmount) - Static method in class org.threeten.extra.Hours
Obtains an instance of Hours from a temporal amount.
from(TemporalAmount) - Static method in class org.threeten.extra.Minutes
Obtains an instance of Minutes from a temporal amount.
from(TemporalAmount) - Static method in class org.threeten.extra.Months
Obtains an instance of Months from a temporal amount.
from(TemporalAmount) - Static method in class org.threeten.extra.PeriodDuration
Obtains an instance from a temporal amount.
from(TemporalAmount) - Static method in class org.threeten.extra.Seconds
Obtains an instance of Seconds from a temporal amount.
from(TemporalAmount) - Static method in class org.threeten.extra.Weeks
Obtains an instance of Weeks from a temporal amount.
from(TemporalAmount) - Static method in class org.threeten.extra.Years
Obtains an instance of Years from a temporal amount.
from(AccountingChronology, TemporalAccessor) - Static method in class org.threeten.extra.chrono.AccountingDate
Obtains an AccountingDate from a temporal object.

G

get(TemporalField) - Method in enum org.threeten.extra.AmPm
Gets the value of the specified field from this am-pm as an int.
get(TemporalField) - Method in class org.threeten.extra.DayOfMonth
Gets the value of the specified field from this day-of-month as an int.
get(TemporalField) - Method in class org.threeten.extra.DayOfYear
Gets the value of the specified field from this day-of-year as an int.
get(TemporalField) - Method in class org.threeten.extra.OffsetDate
Gets the value of the specified field from this date as an int.
get(TemporalField) - Method in enum org.threeten.extra.Quarter
Gets the value of the specified field from this quarter-of-year as an int.
get(TemporalField) - Method in class org.threeten.extra.YearQuarter
Gets the value of the specified field from this year-quarter as an int.
get(TemporalField) - Method in class org.threeten.extra.YearWeek
Gets the value of the specified field from this year-week as an int.
get(TemporalUnit) - Method in class org.threeten.extra.Days
Gets the value of the requested unit.
get(TemporalUnit) - Method in class org.threeten.extra.Hours
Gets the value of the requested unit.
get(TemporalUnit) - Method in class org.threeten.extra.Minutes
Gets the value of the requested unit.
get(TemporalUnit) - Method in class org.threeten.extra.Months
Gets the value of the requested unit.
get(TemporalUnit) - Method in class org.threeten.extra.PeriodDuration
Gets the value of the requested unit.
get(TemporalUnit) - Method in class org.threeten.extra.Seconds
Gets the value of the requested unit.
get(TemporalUnit) - Method in class org.threeten.extra.Weeks
Gets the value of the requested unit.
get(TemporalUnit) - Method in class org.threeten.extra.Years
Gets the value of the requested unit.
getAmount() - Method in class org.threeten.extra.Days
Gets the number of days in this amount.
getAmount() - Method in class org.threeten.extra.Hours
Gets the number of hours in this amount.
getAmount() - Method in class org.threeten.extra.Minutes
Gets the number of minutes in this amount.
getAmount() - Method in class org.threeten.extra.Months
Gets the number of months in this amount.
getAmount() - Method in class org.threeten.extra.Seconds
Gets the number of seconds in this amount.
getAmount() - Method in class org.threeten.extra.Weeks
Gets the number of weeks in this amount.
getAmount() - Method in class org.threeten.extra.Years
Gets the number of years in this amount.
getCalendarType() - Method in class org.threeten.extra.chrono.AccountingChronology
Gets the calendar type of the underlying calendar system, which is null.
getCalendarType() - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Gets the calendar type of the underlying calendar system, which returns null.
getCalendarType() - Method in class org.threeten.extra.chrono.CopticChronology
Gets the calendar type of the underlying calendar system - 'coptic'.
getCalendarType() - Method in class org.threeten.extra.chrono.DiscordianChronology
Gets the calendar type of the underlying calendar system - 'discordian'.
getCalendarType() - Method in class org.threeten.extra.chrono.EthiopicChronology
Gets the calendar type of the underlying calendar system - 'ethiopic'.
getCalendarType() - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Gets the calendar type of the underlying calendar system, which returns null.
getCalendarType() - Method in class org.threeten.extra.chrono.JulianChronology
Gets the calendar type of the underlying calendar system - 'julian'.
getCalendarType() - Method in class org.threeten.extra.chrono.PaxChronology
Gets the calendar type of the underlying calendar system - 'pax'.
getCalendarType() - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Gets the calendar type of the underlying calendar system, which returns null.
getCalendarType() - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Gets the calendar type of the underlying calendar system, which returns null.
getChronology() - Method in class org.threeten.extra.chrono.AccountingDate
Gets the chronology of this date, which is an Accounting calendar system.
getChronology() - Method in class org.threeten.extra.chrono.BritishCutoverDate
Gets the chronology of this date, which is the British Cutover calendar system.
getChronology() - Method in class org.threeten.extra.chrono.CopticDate
Gets the chronology of this date, which is the Coptic calendar system.
getChronology() - Method in class org.threeten.extra.chrono.DiscordianDate
Gets the chronology of this date, which is the Discordian calendar system.
getChronology() - Method in class org.threeten.extra.chrono.EthiopicDate
Gets the chronology of this date, which is the Ethiopic calendar system.
getChronology() - Method in class org.threeten.extra.chrono.InternationalFixedDate
Gets the chronology of this date, which is the International fixed calendar system.
getChronology() - Method in class org.threeten.extra.chrono.JulianDate
Gets the chronology of this date, which is the Julian calendar system.
getChronology() - Method in class org.threeten.extra.chrono.PaxDate
Gets the chronology of this date, which is the Pax calendar system.
getChronology() - Method in class org.threeten.extra.chrono.Symmetry010Date
Gets the chronology of this date, which is the Symmetry010 calendar system.
getChronology() - Method in class org.threeten.extra.chrono.Symmetry454Date
Gets the chronology of this date, which is the Symmetry454 calendar system.
getCutover() - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Gets the cutover date between the Julian and Gregorian calendar.
getDayOfMonth() - Method in class org.threeten.extra.OffsetDate
Gets the day-of-month field.
getDayOfWeek() - Method in class org.threeten.extra.OffsetDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfYear() - Method in class org.threeten.extra.OffsetDate
Gets the day-of-year field.
getDisplayName(TextStyle, Locale) - Method in enum org.threeten.extra.AmPm
Gets the textual representation, such as 'AM' or 'PM'.
getDisplayName(TextStyle, Locale) - Method in enum org.threeten.extra.Quarter
Gets the textual representation, such as 'Q1' or '4th quarter'.
getDuration() - Method in class org.threeten.extra.PeriodDuration
Gets the duration part.
getEnd() - Method in class org.threeten.extra.Interval
Gets the end of this time interval, exclusive.
getEnd() - Method in class org.threeten.extra.LocalDateRange
Gets the end date of this range, exclusive.
getEndInclusive() - Method in class org.threeten.extra.LocalDateRange
Gets the end date of this range, inclusive.
getEra() - Method in class org.threeten.extra.chrono.BritishCutoverDate
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.CopticDate
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.DiscordianDate
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.EthiopicDate
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.InternationalFixedDate
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.JulianDate
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.PaxDate
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.Symmetry010Date
Gets the era applicable at this date.
getEra() - Method in class org.threeten.extra.chrono.Symmetry454Date
Gets the era applicable at this date.
getId() - Method in class org.threeten.extra.chrono.AccountingChronology
Gets the ID of the chronology - 'Accounting'.
getId() - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Gets the ID of the chronology - 'BritishCutover'.
getId() - Method in class org.threeten.extra.chrono.CopticChronology
Gets the ID of the chronology - 'Coptic'.
getId() - Method in class org.threeten.extra.chrono.DiscordianChronology
Gets the ID of the chronology - 'Discordian'.
getId() - Method in class org.threeten.extra.chrono.EthiopicChronology
Gets the ID of the chronology - 'Ethiopic'.
getId() - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Gets the ID of the chronology - 'Ifc'.
getId() - Method in class org.threeten.extra.chrono.JulianChronology
Gets the ID of the chronology - 'Julian'.
getId() - Method in class org.threeten.extra.chrono.PaxChronology
Gets the ID of the chronology - 'Pax'.
getId() - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Gets the ID of the chronology - 'Sym010'.
getId() - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Gets the ID of the chronology - 'Sym454'.
getLeapSecondAdjustment(long) - Method in class org.threeten.extra.scale.UtcRules
Gets the leap second adjustment on the specified date.
getLeapSecondDates() - Method in class org.threeten.extra.scale.UtcRules
Gets all known leap second dates.
getLeapYearsBefore(long) - Static method in class org.threeten.extra.chrono.Symmetry010Chronology
Get the count of leap years since CE 1.
getLeapYearsBefore(long) - Static method in class org.threeten.extra.chrono.Symmetry454Chronology
Get the count of leap years since CE 1.
getLong(TemporalField) - Method in enum org.threeten.extra.AmPm
Gets the value of the specified field from this am-pm as a long.
getLong(TemporalField) - Method in class org.threeten.extra.chrono.DiscordianDate
 
getLong(TemporalField) - Method in class org.threeten.extra.DayOfMonth
Gets the value of the specified field from this day-of-month as a long.
getLong(TemporalField) - Method in class org.threeten.extra.DayOfYear
Gets the value of the specified field from this day-of-year as a long.
getLong(TemporalField) - Method in class org.threeten.extra.OffsetDate
Gets the value of the specified field from this date as a long.
getLong(TemporalField) - Method in enum org.threeten.extra.Quarter
Gets the value of the specified field from this quarter-of-year as a long.
getLong(TemporalField) - Method in class org.threeten.extra.YearQuarter
Gets the value of the specified field from this year-quarter as a long.
getLong(TemporalField) - Method in class org.threeten.extra.YearWeek
Gets the value of the specified field from this year-week as a long.
getModifiedJulianDay() - Method in class org.threeten.extra.scale.UtcInstant
Gets the Modified Julian Day (MJD).
getMonth() - Method in class org.threeten.extra.OffsetDate
Gets the month-of-year field using the Month enum.
getMonthValue() - Method in class org.threeten.extra.OffsetDate
Gets the month-of-year field from 1 to 12.
getName() - Method in class org.threeten.extra.scale.UtcRules
The name of these rules.
getNano() - Method in class org.threeten.extra.scale.TaiInstant
Gets the number of nanoseconds, later along the time-line, from the start of the second.
getNanoOfDay() - Method in class org.threeten.extra.scale.UtcInstant
Gets the number of nanoseconds, later along the time-line, from the start of the Modified Julian Day.
getOffset() - Method in class org.threeten.extra.OffsetDate
Gets the zone offset, such as '+01:00'.
getPeriod() - Method in class org.threeten.extra.PeriodDuration
Gets the period part.
getQuarter() - Method in class org.threeten.extra.YearQuarter
Gets the quarter-of-year field using the Quarter enum.
getQuarterValue() - Method in class org.threeten.extra.YearQuarter
Gets the quarter-of-year field from 1 to 4.
getStart() - Method in class org.threeten.extra.Interval
Gets the start of this time interval, inclusive.
getStart() - Method in class org.threeten.extra.LocalDateRange
Gets the start date of this range, inclusive.
getTaiOffset(long) - Method in class org.threeten.extra.scale.UtcRules
Gets the offset to TAI on the specified date.
getTaiSeconds() - Method in class org.threeten.extra.scale.TaiInstant
Gets the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI).
getUnits() - Method in class org.threeten.extra.Days
Gets the set of units supported by this amount.
getUnits() - Method in class org.threeten.extra.Hours
Gets the set of units supported by this amount.
getUnits() - Method in class org.threeten.extra.Minutes
Gets the set of units supported by this amount.
getUnits() - Method in class org.threeten.extra.Months
Gets the set of units supported by this amount.
getUnits() - Method in class org.threeten.extra.PeriodDuration
Gets the set of units supported by this amount.
getUnits() - Method in class org.threeten.extra.Seconds
Gets the set of units supported by this amount.
getUnits() - Method in class org.threeten.extra.Weeks
Gets the set of units supported by this amount.
getUnits() - Method in class org.threeten.extra.Years
Gets the set of units supported by this amount.
getValue() - Method in enum org.threeten.extra.AmPm
Gets the AM/PM int value.
getValue() - Method in enum org.threeten.extra.chrono.AccountingEra
Gets the numeric era int value.
getValue() - Method in enum org.threeten.extra.chrono.CopticEra
Gets the numeric era int value.
getValue() - Method in enum org.threeten.extra.chrono.DiscordianEra
Gets the numeric era int value.
getValue() - Method in enum org.threeten.extra.chrono.EthiopicEra
Gets the numeric era int value.
getValue() - Method in enum org.threeten.extra.chrono.InternationalFixedEra
Gets the numeric era int value.
getValue() - Method in enum org.threeten.extra.chrono.JulianEra
Gets the numeric era int value.
getValue() - Method in enum org.threeten.extra.chrono.PaxEra
Gets the numeric era int value.
getValue() - Method in class org.threeten.extra.DayOfMonth
Gets the day-of-month value.
getValue() - Method in class org.threeten.extra.DayOfYear
Gets the day-of-year value.
getValue() - Method in enum org.threeten.extra.Quarter
Gets the quarter-of-year int value.
getWeek() - Method in class org.threeten.extra.YearWeek
Gets the week-of-week-based-year field.
getYear() - Method in class org.threeten.extra.OffsetDate
Gets the year field.
getYear() - Method in class org.threeten.extra.YearQuarter
Gets the year field.
getYear() - Method in class org.threeten.extra.YearWeek
Gets the week-based-year field.
getZone() - Method in class org.threeten.extra.MutableClock
 

H

hashCode() - Method in class org.threeten.extra.chrono.AccountingChronology
 
hashCode() - Method in class org.threeten.extra.chrono.AccountingDate
A hash code for this date.
hashCode() - Method in class org.threeten.extra.chrono.BritishCutoverDate
A hash code for this date.
hashCode() - Method in class org.threeten.extra.DayOfMonth
A hash code for this day-of-month.
hashCode() - Method in class org.threeten.extra.DayOfYear
A hash code for this day-of-year.
hashCode() - Method in class org.threeten.extra.Days
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.Hours
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.Interval
A hash code for this interval.
hashCode() - Method in class org.threeten.extra.LocalDateRange
A hash code for this range.
hashCode() - Method in class org.threeten.extra.Minutes
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.Months
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.MutableClock
A hash code for this clock, which is constant for this instance.
hashCode() - Method in class org.threeten.extra.OffsetDate
A hash code for this date.
hashCode() - Method in class org.threeten.extra.PeriodDuration
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.scale.TaiInstant
Returns a hash code for this instant.
hashCode() - Method in class org.threeten.extra.scale.UtcInstant
Returns a hash code for this instant.
hashCode() - Method in class org.threeten.extra.Seconds
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.Weeks
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.YearQuarter
A hash code for this year-quarter.
hashCode() - Method in class org.threeten.extra.Years
A hash code for this amount.
hashCode() - Method in class org.threeten.extra.YearWeek
A hash code for this year-week.
Hours - Class in org.threeten.extra
A hour-based amount of time, such as '4 hours'.

I

INCARNATION - org.threeten.extra.chrono.EthiopicEra
The singleton instance for the current era, 'Incarnation Era', which has the numeric value 1.
inLastWeekOf(Month) - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Sets the Gregorian/ISO month-end in which a given Accounting calendar year ends.
INSTANCE - Static variable in class org.threeten.extra.chrono.BritishCutoverChronology
Singleton instance for the Coptic chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.CopticChronology
Singleton instance for the Coptic chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.DiscordianChronology
Singleton instance for the Discordian chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.EthiopicChronology
Singleton instance for the Ethiopic chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.InternationalFixedChronology
Singleton instance for the International fixed chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.JulianChronology
Singleton instance for the Julian chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.PaxChronology
Singleton instance for the Pax chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.Symmetry010Chronology
Singleton instance for the Symmetry010 chronology.
INSTANCE - Static variable in class org.threeten.extra.chrono.Symmetry454Chronology
Singleton instance for the Symmetry454 chronology.
instant() - Method in class org.threeten.extra.MutableClock
 
instant() - Method in interface org.threeten.extra.scale.TimeSource
Gets the current Instant.
InternationalFixedChronology - Class in org.threeten.extra.chrono
The International Fixed calendar system.
InternationalFixedChronology() - Constructor for class org.threeten.extra.chrono.InternationalFixedChronology
Deprecated.
Use the singleton InternationalFixedChronology.INSTANCE instead.
InternationalFixedDate - Class in org.threeten.extra.chrono
A date in the International fixed calendar system.
InternationalFixedEra - Enum in org.threeten.extra.chrono
An era in the International Fixed calendar system.
intersection(Interval) - Method in class org.threeten.extra.Interval
Calculates the interval that is the intersection of this interval and the specified interval.
intersection(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Calculates the range that is the intersection of this range and the specified range.
Interval - Class in org.threeten.extra
An immutable interval of time between two instants.
is53WeekYear() - Method in class org.threeten.extra.YearWeek
Checks if the week-based-year has 53 weeks.
isAfter(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval is after the specified instant.
isAfter(LocalDate) - Method in class org.threeten.extra.LocalDateRange
Checks if this range is after the specified date.
isAfter(Interval) - Method in class org.threeten.extra.Interval
Checks if this interval is after the specified interval.
isAfter(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Checks if this range is after the specified range.
isAfter(OffsetDate) - Method in class org.threeten.extra.OffsetDate
Checks if the instant of midnight at the start of this OffsetDate is after midnight at the start of the specified date.
isAfter(TaiInstant) - Method in class org.threeten.extra.scale.TaiInstant
Checks if this instant is after the specified instant.
isAfter(UtcInstant) - Method in class org.threeten.extra.scale.UtcInstant
Checks if this instant is after the specified instant.
isAfter(YearQuarter) - Method in class org.threeten.extra.YearQuarter
Is this year-quarter after the specified year-quarter.
isAfter(YearWeek) - Method in class org.threeten.extra.YearWeek
Is this year-week after the specified year-week.
isBefore(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval is before the specified instant.
isBefore(LocalDate) - Method in class org.threeten.extra.LocalDateRange
Checks if this range is before the specified date.
isBefore(Interval) - Method in class org.threeten.extra.Interval
Checks if this interval is before the specified interval.
isBefore(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Checks if this range is before the specified range.
isBefore(OffsetDate) - Method in class org.threeten.extra.OffsetDate
Checks if the instant of midnight at the start of this OffsetDate is before midnight at the start of the specified date.
isBefore(TaiInstant) - Method in class org.threeten.extra.scale.TaiInstant
Checks if this instant is before the specified instant.
isBefore(UtcInstant) - Method in class org.threeten.extra.scale.UtcInstant
Checks if this instant is before the specified instant.
isBefore(YearQuarter) - Method in class org.threeten.extra.YearQuarter
Is this year-quarter before the specified year-quarter.
isBefore(YearWeek) - Method in class org.threeten.extra.YearWeek
Is this year-week before the specified year-week.
isConnected(Interval) - Method in class org.threeten.extra.Interval
Checks if this interval is connected to the specified interval.
isConnected(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Checks if this range is connected to the specified range.
isEmpty() - Method in class org.threeten.extra.Interval
Checks if the range is empty.
isEmpty() - Method in class org.threeten.extra.LocalDateRange
Checks if the range is empty.
isEqual(OffsetDate) - Method in class org.threeten.extra.OffsetDate
Checks if the instant of midnight at the start of this OffsetDate equals midnight at the start of the specified date.
isLeapSecond() - Method in class org.threeten.extra.scale.UtcInstant
Checks if the instant is within a leap second.
isLeapWeek() - Method in class org.threeten.extra.chrono.Symmetry010Date
Checks if the date is within the leap week.
isLeapWeek() - Method in class org.threeten.extra.chrono.Symmetry454Date
Checks if the date is within the leap week.
isLeapYear() - Method in class org.threeten.extra.YearQuarter
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear(long) - Method in class org.threeten.extra.chrono.AccountingChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class org.threeten.extra.chrono.DiscordianChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class org.threeten.extra.chrono.JulianChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class org.threeten.extra.chrono.PaxChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Checks if the specified year is a leap year.
isNegative() - Method in class org.threeten.extra.Days
Checks if the amount is negative.
isNegative() - Method in class org.threeten.extra.Hours
Checks if the amount is negative.
isNegative() - Method in class org.threeten.extra.Minutes
Checks if the amount is negative.
isNegative() - Method in class org.threeten.extra.Months
Checks if the amount is negative.
isNegative() - Method in class org.threeten.extra.Seconds
Checks if the amount is negative.
isNegative() - Method in class org.threeten.extra.Weeks
Checks if the amount is negative.
isNegative() - Method in class org.threeten.extra.Years
Checks if the amount is negative.
iso8601(Period, Duration) - Static method in class org.threeten.extra.AmountFormats
Formats a period and duration to a string in ISO-8601 format.
isPositive() - Method in class org.threeten.extra.Days
Checks if the amount is positive.
isPositive() - Method in class org.threeten.extra.Hours
Checks if the amount is positive.
isPositive() - Method in class org.threeten.extra.Minutes
Checks if the amount is positive.
isPositive() - Method in class org.threeten.extra.Months
Checks if the amount is positive.
isPositive() - Method in class org.threeten.extra.Seconds
Checks if the amount is positive.
isPositive() - Method in class org.threeten.extra.Weeks
Checks if the amount is positive.
isPositive() - Method in class org.threeten.extra.Years
Checks if the amount is positive.
isSupported(TemporalField) - Method in enum org.threeten.extra.AmPm
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class org.threeten.extra.DayOfMonth
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class org.threeten.extra.DayOfYear
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class org.threeten.extra.OffsetDate
Checks if the specified field is supported.
isSupported(TemporalField) - Method in enum org.threeten.extra.Quarter
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class org.threeten.extra.YearQuarter
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class org.threeten.extra.YearWeek
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class org.threeten.extra.OffsetDate
Checks if the specified unit is supported.
isSupported(TemporalUnit) - Method in class org.threeten.extra.YearQuarter
Checks if the specified unit is supported.
isSupported(TemporalUnit) - Method in class org.threeten.extra.YearWeek
Checks if the specified unit is supported.
isUnboundedEnd() - Method in class org.threeten.extra.Interval
Checks if the end of the interval is unbounded.
isUnboundedEnd() - Method in class org.threeten.extra.LocalDateRange
Checks if the end of the range is unbounded.
isUnboundedStart() - Method in class org.threeten.extra.Interval
Checks if the start of the interval is unbounded.
isUnboundedStart() - Method in class org.threeten.extra.LocalDateRange
Checks if the start of the range is unbounded.
isValidDay(int) - Method in class org.threeten.extra.YearQuarter
Checks if the day-of-quarter is valid for this year-quarter.
isValidYear(int) - Method in class org.threeten.extra.DayOfYear
Checks if the year is valid for this day-of-year.
isValidYearMonth(YearMonth) - Method in class org.threeten.extra.DayOfMonth
Checks if the year-month is valid for this year.
isZero() - Method in class org.threeten.extra.Days
Checks if the amount is zero.
isZero() - Method in class org.threeten.extra.Hours
Checks if the amount is zero.
isZero() - Method in class org.threeten.extra.Minutes
Checks if the amount is zero.
isZero() - Method in class org.threeten.extra.Months
Checks if the amount is zero.
isZero() - Method in class org.threeten.extra.PeriodDuration
Checks if all parts of this amount are zero.
isZero() - Method in class org.threeten.extra.Seconds
Checks if the amount is zero.
isZero() - Method in class org.threeten.extra.Weeks
Checks if the amount is zero.
isZero() - Method in class org.threeten.extra.Years
Checks if the amount is zero.

J

JulianChronology - Class in org.threeten.extra.chrono
The Julian calendar system.
JulianChronology() - Constructor for class org.threeten.extra.chrono.JulianChronology
Deprecated.
Use the singleton JulianChronology.INSTANCE instead.
JulianDate - Class in org.threeten.extra.chrono
A date in the Julian calendar system.
JulianEra - Enum in org.threeten.extra.chrono
An era in the Julian calendar system.

L

leapWeekInMonth(int) - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Sets the month in which the leap-week occurs.
length(boolean) - Method in enum org.threeten.extra.Quarter
Gets the length of this quarter in days.
lengthInDays() - Method in class org.threeten.extra.LocalDateRange
Obtains the length of this range in days.
lengthOfMonth() - Method in class org.threeten.extra.chrono.AccountingDate
 
lengthOfMonth() - Method in class org.threeten.extra.chrono.BritishCutoverDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class org.threeten.extra.chrono.DiscordianDate
 
lengthOfMonth() - Method in class org.threeten.extra.chrono.InternationalFixedDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class org.threeten.extra.chrono.JulianDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class org.threeten.extra.chrono.PaxDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class org.threeten.extra.chrono.Symmetry010Date
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class org.threeten.extra.chrono.Symmetry454Date
Returns the length of the month represented by this date.
lengthOfQuarter() - Method in class org.threeten.extra.YearQuarter
Returns the length of the quarter, taking account of the year.
lengthOfYear() - Method in class org.threeten.extra.chrono.AccountingDate
 
lengthOfYear() - Method in class org.threeten.extra.chrono.BritishCutoverDate
Returns the length of the year represented by this date.
lengthOfYear() - Method in class org.threeten.extra.chrono.InternationalFixedDate
Returns the length of the year represented by this date.
lengthOfYear() - Method in class org.threeten.extra.chrono.PaxDate
 
lengthOfYear() - Method in class org.threeten.extra.chrono.Symmetry010Date
Returns the length of the year represented by this date.
lengthOfYear() - Method in class org.threeten.extra.chrono.Symmetry454Date
Returns the length of the year represented by this date.
lengthOfYear() - Method in class org.threeten.extra.YearQuarter
Returns the length of the year.
lengthOfYear() - Method in class org.threeten.extra.YearWeek
Returns the length of the week-based-year.
LocalDateRange - Class in org.threeten.extra
A range of local dates.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a Accounting local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a British Cutover local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a Coptic local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a Discordian local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a Ethiopic local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a International Fixed local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a Julian local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a Pax local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a Symmetry010 local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a Symmetry454 local date-time from another date-time object.

M

MAX - Static variable in class org.threeten.extra.OffsetDate
The maximum supported OffsetDate, '+999999999-12-31-18:00'.
MIN - Static variable in class org.threeten.extra.OffsetDate
The minimum supported OffsetDate, '-999999999-01-01+18:00'.
minus(int) - Method in class org.threeten.extra.Days
Returns a copy of this amount with the specified number of days subtracted.
minus(int) - Method in class org.threeten.extra.Hours
Returns a copy of this amount with the specified number of hours subtracted.
minus(int) - Method in class org.threeten.extra.Minutes
Returns a copy of this amount with the specified number of minutes subtracted.
minus(int) - Method in class org.threeten.extra.Months
Returns a copy of this amount with the specified number of months subtracted.
minus(int) - Method in class org.threeten.extra.Seconds
Returns a copy of this amount with the specified number of seconds subtracted.
minus(int) - Method in class org.threeten.extra.Weeks
Returns a copy of this amount with the specified number of weeks subtracted.
minus(int) - Method in class org.threeten.extra.Years
Returns a copy of this amount with the specified number of years subtracted.
minus(long) - Method in enum org.threeten.extra.Quarter
Returns the quarter that is the specified number of quarters before this one.
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.AccountingDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.CopticDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.DiscordianDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.EthiopicDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.JulianDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.PaxDate
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
minus(long, TemporalUnit) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this date with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified amount subtracted.
minus(Duration) - Method in class org.threeten.extra.scale.TaiInstant
Returns a copy of this instant with the specified duration subtracted.
minus(Duration) - Method in class org.threeten.extra.scale.UtcInstant
Returns a copy of this instant with the specified duration subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.AccountingDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.CopticDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.DiscordianDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.EthiopicDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.JulianDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.PaxDate
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
minus(TemporalAmount) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
minus(TemporalAmount) - Method in class org.threeten.extra.Days
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.Hours
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.Minutes
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.Months
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this date with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.PeriodDuration
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.Seconds
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.Weeks
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.Years
Returns a copy of this amount with the specified amount subtracted.
minus(TemporalAmount) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified amount subtracted.
minusDays(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of days subtracted.
minusMonths(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of months subtracted.
minusQuarters(long) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified period in quarters subtracted.
minusWeeks(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of weeks subtracted.
minusWeeks(long) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified number of weeks subtracted.
minusYears(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of years subtracted.
minusYears(long) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified period in years subtracted.
minusYears(long) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified number of years subtracted.
Minutes - Class in org.threeten.extra
A minute-based amount of time, such as '8 minutes'.
Months - Class in org.threeten.extra
A month-based amount of time, such as '12 months'.
multipliedBy(int) - Method in class org.threeten.extra.Days
Returns an instance with the amount multiplied by the specified scalar.
multipliedBy(int) - Method in class org.threeten.extra.Hours
Returns an instance with the amount multiplied by the specified scalar.
multipliedBy(int) - Method in class org.threeten.extra.Minutes
Returns an instance with the amount multiplied by the specified scalar.
multipliedBy(int) - Method in class org.threeten.extra.Months
Returns an instance with the amount multiplied by the specified scalar.
multipliedBy(int) - Method in class org.threeten.extra.PeriodDuration
Returns an instance with the amount multiplied by the specified scalar.
multipliedBy(int) - Method in class org.threeten.extra.Seconds
Returns an instance with the amount multiplied by the specified scalar.
multipliedBy(int) - Method in class org.threeten.extra.Weeks
Returns an instance with the amount multiplied by the specified scalar.
multipliedBy(int) - Method in class org.threeten.extra.Years
Returns an instance with the amount multiplied by the specified scalar.
multiply(Duration, double) - Static method in class org.threeten.extra.Temporals
Multiplies a duration by a double.
MutableClock - Class in org.threeten.extra
A clock that does not advance on its own and that must be updated manually.

N

nearestEndOf(Month) - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Sets the Gregorian/ISO month-end which a given Accounting calendar year ends nearest to.
negated() - Method in class org.threeten.extra.Days
Returns an instance with the amount negated.
negated() - Method in class org.threeten.extra.Hours
Returns an instance with the amount negated.
negated() - Method in class org.threeten.extra.Minutes
Returns an instance with the amount negated.
negated() - Method in class org.threeten.extra.Months
Returns an instance with the amount negated.
negated() - Method in class org.threeten.extra.PeriodDuration
Returns an instance with the amount negated.
negated() - Method in class org.threeten.extra.Seconds
Returns an instance with the amount negated.
negated() - Method in class org.threeten.extra.Weeks
Returns an instance with the amount negated.
negated() - Method in class org.threeten.extra.Years
Returns an instance with the amount negated.
nextWorkingDay() - Static method in class org.threeten.extra.Temporals
Returns an adjuster that returns the next working day, ignoring Saturday and Sunday.
nextWorkingDayOrSame() - Static method in class org.threeten.extra.Temporals
Returns an adjuster that returns the next working day or same day if already working day, ignoring Saturday and Sunday.
normalizedStandardDays() - Method in class org.threeten.extra.PeriodDuration
Returns a copy of this instance with the days and duration normalized using the standard day of 24 hours.
normalizedYears() - Method in class org.threeten.extra.PeriodDuration
Returns a copy of this instance with the years and months exactly normalized.
now() - Static method in class org.threeten.extra.chrono.BritishCutoverDate
Obtains the current BritishCutoverDate from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.CopticDate
Obtains the current CopticDate from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.DiscordianDate
Obtains the current DiscordianDate from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.EthiopicDate
Obtains the current EthiopicDate from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.InternationalFixedDate
Obtains the current InternationalFixedDate from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.JulianDate
Obtains the current JulianDate from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.PaxDate
Obtains the current PaxDate from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.Symmetry010Date
Obtains the current Symmetry010Date from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.chrono.Symmetry454Date
Obtains the current Symmetry454Date from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.DayOfMonth
Obtains the current day-of-month from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.DayOfYear
Obtains the current day-of-year from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.OffsetDate
Obtains the current date from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.YearQuarter
Obtains the current year-quarter from the system clock in the default time-zone.
now() - Static method in class org.threeten.extra.YearWeek
Obtains the current year-week from the system clock in the default time-zone.
now(Clock) - Static method in class org.threeten.extra.chrono.BritishCutoverDate
Obtains the current BritishCutoverDate from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.CopticDate
Obtains the current CopticDate from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.DiscordianDate
Obtains the current DiscordianDate from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.EthiopicDate
Obtains the current EthiopicDate from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.InternationalFixedDate
Obtains the current InternationalFixedDate from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.JulianDate
Obtains the current JulianDate from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.PaxDate
Obtains the current PaxDate from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.Symmetry010Date
Obtains the current Symmetry010Date from the specified clock.
now(Clock) - Static method in class org.threeten.extra.chrono.Symmetry454Date
Obtains the current Symmetry454Date from the specified clock.
now(Clock) - Static method in class org.threeten.extra.DayOfMonth
Obtains the current day-of-month from the specified clock.
now(Clock) - Static method in class org.threeten.extra.DayOfYear
Obtains the current day-of-year from the specified clock.
now(Clock) - Static method in class org.threeten.extra.OffsetDate
Obtains the current date from the specified clock.
now(Clock) - Static method in class org.threeten.extra.YearQuarter
Obtains the current year-quarter from the specified clock.
now(Clock) - Static method in class org.threeten.extra.YearWeek
Obtains the current year-week from the specified clock.
now(ZoneId) - Static method in class org.threeten.extra.chrono.BritishCutoverDate
Obtains the current BritishCutoverDate from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.CopticDate
Obtains the current CopticDate from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.DiscordianDate
Obtains the current DiscordianDate from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.EthiopicDate
Obtains the current EthiopicDate from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.InternationalFixedDate
Obtains the current InternationalFixedDate from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.JulianDate
Obtains the current JulianDate from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.PaxDate
Obtains the current PaxDate from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.Symmetry010Date
Obtains the current Symmetry010Date from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.chrono.Symmetry454Date
Obtains the current Symmetry454Date from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.DayOfMonth
Obtains the current day-of-month from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.DayOfYear
Obtains the current day-of-year from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.OffsetDate
Obtains the current date from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.YearQuarter
Obtains the current year-quarter from the system clock in the specified time-zone.
now(ZoneId) - Static method in class org.threeten.extra.YearWeek
Obtains the current year-week from the system clock in the specified time-zone.
now(AccountingChronology) - Static method in class org.threeten.extra.chrono.AccountingDate
Obtains the current AccountingDate from the system clock in the default time-zone, translated with the given AccountingChronology.
now(AccountingChronology, Clock) - Static method in class org.threeten.extra.chrono.AccountingDate
Obtains the current AccountingDate from the specified clock, translated with the given AccountingChronology.
now(AccountingChronology, ZoneId) - Static method in class org.threeten.extra.chrono.AccountingDate
Obtains the current AccountingDate from the system clock in the specified time-zone, translated with the given AccountingChronology.

O

of(int) - Static method in enum org.threeten.extra.AmPm
Obtains an instance of AmPm from an int value.
of(int) - Static method in enum org.threeten.extra.chrono.AccountingEra
Obtains an instance of AccountingEra from an int value.
of(int) - Static method in enum org.threeten.extra.chrono.CopticEra
Obtains an instance of CopticEra from an int value.
of(int) - Static method in enum org.threeten.extra.chrono.DiscordianEra
Obtains an instance of DiscordianEra from an int value.
of(int) - Static method in enum org.threeten.extra.chrono.EthiopicEra
Obtains an instance of EthiopicEra from an int value.
of(int) - Static method in enum org.threeten.extra.chrono.InternationalFixedEra
Obtains an instance of InternationalFixedEra from an int value.
of(int) - Static method in enum org.threeten.extra.chrono.JulianEra
Obtains an instance of JulianEra from an int value.
of(int) - Static method in enum org.threeten.extra.chrono.PaxEra
Obtains an instance of PaxEra from an int value.
of(int) - Static method in class org.threeten.extra.DayOfMonth
Obtains an instance of DayOfMonth.
of(int) - Static method in class org.threeten.extra.DayOfYear
Obtains an instance of DayOfYear.
of(int) - Static method in class org.threeten.extra.Days
Obtains a Days representing a number of days.
of(int) - Static method in class org.threeten.extra.Hours
Obtains an Hours representing a number of hours.
of(int) - Static method in class org.threeten.extra.Minutes
Obtains a Minutes representing a number of minutes.
of(int) - Static method in class org.threeten.extra.Months
Obtains a Months representing a number of months.
of(int) - Static method in enum org.threeten.extra.Quarter
Obtains an instance of Quarter from an int value.
of(int) - Static method in class org.threeten.extra.Seconds
Obtains a Seconds representing a number of seconds.
of(int) - Static method in class org.threeten.extra.Weeks
Obtains a Weeks representing a number of weeks.
of(int) - Static method in class org.threeten.extra.Years
Obtains a Years representing a number of years.
of(int, int) - Static method in class org.threeten.extra.YearQuarter
Obtains an instance of YearQuarter from a year and quarter.
of(int, int) - Static method in class org.threeten.extra.YearWeek
Obtains an instance of YearWeek from a week-based-year and week.
of(int, int, int) - Static method in class org.threeten.extra.chrono.BritishCutoverDate
Obtains a BritishCutoverDate representing a date in the British Cutover calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.CopticDate
Obtains a CopticDate representing a date in the Coptic calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.DiscordianDate
Obtains a DiscordianDate representing a date in the Discordian calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.EthiopicDate
Obtains a EthiopicDate representing a date in the Ethiopic calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.InternationalFixedDate
Obtains a InternationalFixedDate representing a date in the International fixed calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.JulianDate
Obtains a JulianDate representing a date in the Julian calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.PaxDate
Obtains a PaxDate representing a date in the Pax calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.Symmetry010Date
Obtains a Symmetry010Date representing a date in the Symmetry010 calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class org.threeten.extra.chrono.Symmetry454Date
Obtains a Symmetry454Date representing a date in the Symmetry454 calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int, int, int, ZoneOffset) - Static method in class org.threeten.extra.OffsetDate
Obtains an instance of OffsetDate from a year, month, day and offset.
of(int, Quarter) - Static method in class org.threeten.extra.YearQuarter
Obtains an instance of YearQuarter from a year and quarter.
of(Duration) - Static method in class org.threeten.extra.PeriodDuration
Obtains an instance based on a duration.
of(Instant) - Static method in class org.threeten.extra.scale.TaiInstant
Obtains an instance of TaiInstant from an Instant.
of(Instant) - Static method in class org.threeten.extra.scale.UtcInstant
Obtains an instance of UtcInstant from an Instant.
of(Instant, Duration) - Static method in class org.threeten.extra.Interval
Obtains an instance of Interval from the start and a duration.
of(Instant, Instant) - Static method in class org.threeten.extra.Interval
Obtains an instance of Interval from the start and end instant.
of(Instant, ZoneId) - Static method in class org.threeten.extra.MutableClock
Obtains a new MutableClock set to the specified instant, converting to date and time using the specified time-zone.
of(LocalDate, LocalDate) - Static method in class org.threeten.extra.LocalDateRange
Obtains a half-open range of dates, including the start and excluding the end.
of(LocalDate, Period) - Static method in class org.threeten.extra.LocalDateRange
Obtains an instance of LocalDateRange from the start and a period.
of(LocalDate, ZoneOffset) - Static method in class org.threeten.extra.OffsetDate
Obtains an instance of OffsetDate from a local date and an offset.
of(Period) - Static method in class org.threeten.extra.PeriodDuration
Obtains an instance based on a period.
of(Period, Duration) - Static method in class org.threeten.extra.PeriodDuration
Obtains an instance based on a period and duration.
of(Year, int) - Static method in class org.threeten.extra.YearQuarter
Obtains an instance of YearQuarter from a year and quarter.
of(Year, int) - Static method in class org.threeten.extra.YearWeek
Obtains an instance of YearWeek from a year and week.
of(Year, Quarter) - Static method in class org.threeten.extra.YearQuarter
Obtains an instance of YearQuarter from a year and quarter.
of(AccountingChronology, int, int, int) - Static method in class org.threeten.extra.chrono.AccountingDate
Obtains a AccountingDate representing a date in the given accounting calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(TaiInstant) - Static method in class org.threeten.extra.scale.UtcInstant
Obtains an instance of UtcInstant from a TaiInstant.
of(UtcInstant) - Static method in class org.threeten.extra.scale.TaiInstant
Obtains an instance of TaiInstant from a UtcInstant.
ofClosed(LocalDate, LocalDate) - Static method in class org.threeten.extra.LocalDateRange
Obtains a closed range of dates, including the start and end.
ofEmpty(LocalDate) - Static method in class org.threeten.extra.LocalDateRange
Obtains an empty date range located at the specified date.
OffsetDate - Class in org.threeten.extra
A date with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 2007-12-03+01:00.
ofHour(int) - Static method in enum org.threeten.extra.AmPm
Obtains an instance of AmPm from an hour-of-day.
ofHours(int) - Static method in class org.threeten.extra.Minutes
Obtains a Minutes representing the number of minutes equivalent to a number of hours.
ofHours(int) - Static method in class org.threeten.extra.Seconds
Obtains a Seconds representing the number of seconds equivalent to a number of hours.
ofInstant(Instant, ZoneId) - Static method in class org.threeten.extra.OffsetDate
Obtains an instance of OffsetDate from an Instant and zone ID.
ofMinutes(int) - Static method in class org.threeten.extra.Seconds
Obtains a Seconds representing the number of seconds equivalent to a number of hours.
ofModifiedJulianDay(long, long) - Static method in class org.threeten.extra.scale.UtcInstant
Obtains an instance of UtcInstant from a Modified Julian Day with a nanosecond fraction of day.
ofMonth(int) - Static method in enum org.threeten.extra.Quarter
Obtains an instance of Quarter from a month-of-year.
ofTaiSeconds(long, long) - Static method in class org.threeten.extra.scale.TaiInstant
Obtains an instance of TaiInstant from the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI) with a nanosecond fraction of second.
ofUnbounded() - Static method in class org.threeten.extra.LocalDateRange
Obtains a range that is unbounded at the start and end.
ofUnboundedEnd(LocalDate) - Static method in class org.threeten.extra.LocalDateRange
Obtains a range from and including the specified start date.
ofUnboundedStart(LocalDate) - Static method in class org.threeten.extra.LocalDateRange
Obtains a range up to, but not including, the specified end date.
ofWeeks(int) - Static method in class org.threeten.extra.Days
Obtains a Days representing the number of days equivalent to a number of weeks.
ofYears(int) - Static method in class org.threeten.extra.Months
Obtains a Months representing the number of months equivalent to a number of years.
ONE - Static variable in class org.threeten.extra.Days
A constant for one day.
ONE - Static variable in class org.threeten.extra.Months
A constant for one month.
ONE - Static variable in class org.threeten.extra.Weeks
A constant for one week.
ONE - Static variable in class org.threeten.extra.Years
A constant for one year.
org.threeten.extra - module org.threeten.extra
ThreeTen-Extra provides additional date-time classes that complement those in Java SE 8.
org.threeten.extra - package org.threeten.extra
Value types and utilities that extend java.time.*.
org.threeten.extra.chrono - package org.threeten.extra.chrono
Additional chronologies (calendar systems) that extend java.time.*.
org.threeten.extra.scale - package org.threeten.extra.scale
Support for time scales that extend java.time.*.
overlaps(Interval) - Method in class org.threeten.extra.Interval
Checks if this interval overlaps the specified interval.
overlaps(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Checks if this range overlaps the specified range.

P

PACKED_DATE - Static variable in class org.threeten.extra.PackedFields
Packed date field.
PACKED_HOUR_MIN - Static variable in class org.threeten.extra.PackedFields
Packed hour-minute time field.
PACKED_TIME - Static variable in class org.threeten.extra.PackedFields
Packed hour-minute-second time field.
PackedFields - Class in org.threeten.extra
Temporal fields based on a packed representation.
parse(CharSequence) - Static method in class org.threeten.extra.Days
Obtains a Days from a text string such as PnD.
parse(CharSequence) - Static method in class org.threeten.extra.Hours
Obtains a Hours from a text string such as PTnH.
parse(CharSequence) - Static method in class org.threeten.extra.Interval
Obtains an instance of Interval from a text string such as 2007-12-03T10:15:30Z/2007-12-04T10:15:30Z, where the end instant is exclusive.
parse(CharSequence) - Static method in class org.threeten.extra.LocalDateRange
Obtains an instance of LocalDateRange from a text string such as 2007-12-03/2007-12-04, where the end date is exclusive.
parse(CharSequence) - Static method in class org.threeten.extra.Minutes
Obtains a Minutes from a text string such as PTnM.
parse(CharSequence) - Static method in class org.threeten.extra.Months
Obtains a Months from a text string such as PnM.
parse(CharSequence) - Static method in class org.threeten.extra.OffsetDate
Obtains an instance of OffsetDate from a text string such as 2007-12-03+01:00.
parse(CharSequence) - Static method in class org.threeten.extra.PeriodDuration
Obtains an instance from a text string such as PnYnMnDTnHnMnS.
parse(CharSequence) - Static method in class org.threeten.extra.scale.TaiInstant
Obtains an instance of TaiInstant from a text string.
parse(CharSequence) - Static method in class org.threeten.extra.scale.UtcInstant
Obtains an instance of UtcInstant from a text string, such as 2007-12-03T10:15:30.00Z.
parse(CharSequence) - Static method in class org.threeten.extra.Seconds
Obtains a Seconds from a text string such as PTnS.
parse(CharSequence) - Static method in class org.threeten.extra.Weeks
Obtains a Weeks from a text string such as PnW.
parse(CharSequence) - Static method in class org.threeten.extra.YearQuarter
Obtains an instance of YearQuarter from a text string such as 2007-Q2.
parse(CharSequence) - Static method in class org.threeten.extra.Years
Obtains a Years from a text string such as PnY.
parse(CharSequence) - Static method in class org.threeten.extra.YearWeek
Obtains an instance of YearWeek from a text string such as 2007-W13.
parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.extra.OffsetDate
Obtains an instance of OffsetDate from a text string using a specific formatter.
parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.extra.YearQuarter
Obtains an instance of YearQuarter from a text string using a specific formatter.
parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.extra.YearWeek
Obtains an instance of YearWeek from a text string using a specific formatter.
parseFirstMatching(CharSequence, TemporalQuery<T>, DateTimeFormatter...) - Static method in class org.threeten.extra.Temporals
Parses the text using one of the formatters.
parseUnitBasedDuration(CharSequence) - Static method in class org.threeten.extra.AmountFormats
Parses formatted durations based on units.
PaxChronology - Class in org.threeten.extra.chrono
The Pax calendar system.
PaxChronology() - Constructor for class org.threeten.extra.chrono.PaxChronology
Deprecated.
Use the singleton PaxChronology.INSTANCE instead.
PaxDate - Class in org.threeten.extra.chrono
A date in the Pax calendar system.
PaxEra - Enum in org.threeten.extra.chrono
An era in the Pax calendar system.
PeriodDuration - Class in org.threeten.extra
An amount of time in the ISO-8601 calendar system that combines a period and a duration.
plus(int) - Method in class org.threeten.extra.Days
Returns a copy of this amount with the specified number of days added.
plus(int) - Method in class org.threeten.extra.Hours
Returns a copy of this amount with the specified number of hours added.
plus(int) - Method in class org.threeten.extra.Minutes
Returns a copy of this amount with the specified number of minutes added.
plus(int) - Method in class org.threeten.extra.Months
Returns a copy of this amount with the specified number of months added.
plus(int) - Method in class org.threeten.extra.Seconds
Returns a copy of this amount with the specified number of seconds added.
plus(int) - Method in class org.threeten.extra.Weeks
Returns a copy of this amount with the specified number of weeks added.
plus(int) - Method in class org.threeten.extra.Years
Returns a copy of this amount with the specified number of years added.
plus(long) - Method in enum org.threeten.extra.Quarter
Returns the quarter that is the specified number of quarters after this one.
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.AccountingDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.CopticDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.DiscordianDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.EthiopicDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.JulianDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.PaxDate
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
plus(long, TemporalUnit) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this date with the specified amount added.
plus(long, TemporalUnit) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified amount added.
plus(long, TemporalUnit) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified amount added.
plus(Duration) - Method in class org.threeten.extra.scale.TaiInstant
Returns a copy of this instant with the specified duration added.
plus(Duration) - Method in class org.threeten.extra.scale.UtcInstant
Returns a copy of this instant with the specified duration added.
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.AccountingDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.CopticDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.DiscordianDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.EthiopicDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.JulianDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.PaxDate
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
plus(TemporalAmount) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
plus(TemporalAmount) - Method in class org.threeten.extra.Days
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.Hours
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.Minutes
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.Months
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this date with the specified period added.
plus(TemporalAmount) - Method in class org.threeten.extra.PeriodDuration
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.Seconds
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.Weeks
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.Years
Returns a copy of this amount with the specified amount added.
plus(TemporalAmount) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified amount added.
plusDays(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of days added.
plusMonths(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of months added.
plusQuarters(long) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified period in quarters added.
plusWeeks(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of weeks added.
plusWeeks(long) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified number of weeks added.
plusYears(long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified number of years added.
plusYears(long) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified period in years added.
plusYears(long) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified number of years added.
PM - org.threeten.extra.AmPm
The singleton instance for the afternoon, PM - post meridiem.
previousWorkingDay() - Static method in class org.threeten.extra.Temporals
Returns an adjuster that returns the previous working day, ignoring Saturday and Sunday.
previousWorkingDayOrSame() - Static method in class org.threeten.extra.Temporals
Returns an adjuster that returns the previous working day or same day if already working day, ignoring Saturday and Sunday.
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.AccountingChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.CopticChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.DiscordianChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.EthiopicChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.JulianChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.PaxChronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
 
prolepticYear(Era, int) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
 

Q

Q1 - org.threeten.extra.Quarter
The singleton instance for the first quarter-of-year, from January to March.
Q2 - org.threeten.extra.Quarter
The singleton instance for the second quarter-of-year, from April to June.
Q3 - org.threeten.extra.Quarter
The singleton instance for the third quarter-of-year, from July to September.
Q4 - org.threeten.extra.Quarter
The singleton instance for the fourth quarter-of-year, from October to December.
Quarter - Enum in org.threeten.extra
A quarter-of-year, such as 'Q2'.
QUARTERS_OF_PATTERN_4_4_5_WEEKS - org.threeten.extra.chrono.AccountingYearDivision
The singleton instance for a year divided into 4 quarters, each having 3 months with lengths of 4, 4, and 5 weeks, respectively.
QUARTERS_OF_PATTERN_4_5_4_WEEKS - org.threeten.extra.chrono.AccountingYearDivision
The singleton instance for a year divided into 4 quarters, each having 3 months with lengths of 4, 5, and 4 weeks, respectively.
QUARTERS_OF_PATTERN_5_4_4_WEEKS - org.threeten.extra.chrono.AccountingYearDivision
The singleton instance for a year divided into 4 quarters, each having 3 months with lengths of 5, 4, and 4 weeks, respectively.
quartersUntil(YearQuarter) - Method in class org.threeten.extra.YearQuarter
Returns a sequential ordered stream of year-quarter.
query(TemporalQuery<R>) - Method in enum org.threeten.extra.AmPm
Queries this am-pm using the specified query.
query(TemporalQuery<R>) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
query(TemporalQuery<R>) - Method in class org.threeten.extra.DayOfMonth
Queries this day-of-month using the specified query.
query(TemporalQuery<R>) - Method in class org.threeten.extra.DayOfYear
Queries this day-of-year using the specified query.
query(TemporalQuery<R>) - Method in class org.threeten.extra.OffsetDate
Queries this date using the specified query.
query(TemporalQuery<R>) - Method in enum org.threeten.extra.Quarter
Queries this quarter-of-year using the specified query.
query(TemporalQuery<R>) - Method in class org.threeten.extra.YearQuarter
Queries this year-quarter using the specified query.
query(TemporalQuery<R>) - Method in class org.threeten.extra.YearWeek
Queries this year-week using the specified query.

R

range(ChronoField) - Method in class org.threeten.extra.chrono.AccountingChronology
 
range(ChronoField) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
 
range(ChronoField) - Method in class org.threeten.extra.chrono.DiscordianChronology
 
range(ChronoField) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
 
range(ChronoField) - Method in class org.threeten.extra.chrono.JulianChronology
 
range(ChronoField) - Method in class org.threeten.extra.chrono.PaxChronology
 
range(ChronoField) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
 
range(ChronoField) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
 
range(TemporalField) - Method in enum org.threeten.extra.AmPm
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class org.threeten.extra.chrono.DiscordianDate
 
range(TemporalField) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
range(TemporalField) - Method in class org.threeten.extra.chrono.PaxDate
 
range(TemporalField) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
range(TemporalField) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
range(TemporalField) - Method in class org.threeten.extra.DayOfMonth
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class org.threeten.extra.DayOfYear
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class org.threeten.extra.OffsetDate
Gets the range of valid values for the specified field.
range(TemporalField) - Method in enum org.threeten.extra.Quarter
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class org.threeten.extra.YearQuarter
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class org.threeten.extra.YearWeek
Gets the range of valid values for the specified field.
rangeChrono(ChronoField) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
registerLeapSecond(long, int) - Static method in class org.threeten.extra.scale.UtcRules
Adds a new leap second to the system default leap second rules.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class org.threeten.extra.chrono.CopticChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class org.threeten.extra.chrono.DiscordianChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class org.threeten.extra.chrono.EthiopicChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class org.threeten.extra.chrono.JulianChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class org.threeten.extra.chrono.PaxChronology
 

S

Seconds - Class in org.threeten.extra
A second-based amount of time, such as '8 seconds'.
set(TemporalAdjuster) - Method in class org.threeten.extra.MutableClock
Adjusts this clock.
set(TemporalField, long) - Method in class org.threeten.extra.MutableClock
Alters the specified field of this clock.
setInstant(Instant) - Method in class org.threeten.extra.MutableClock
Overrides the instant of this clock with the specified value.
span(Interval) - Method in class org.threeten.extra.Interval
Calculates the smallest interval that encloses this interval and the specified interval.
span(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Calculates the smallest range that encloses this range and the specified range.
startingAt(Instant) - Static method in class org.threeten.extra.Interval
Obtains an instance of Interval with the specified start instant and unbounded end.
startsAfter(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval starts on or after the specified instant.
startsAtOrAfter(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval starts at or after the specified instant.
startsAtOrBefore(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval starts at or before the specified instant.
startsBefore(Instant) - Method in class org.threeten.extra.Interval
Checks if this interval starts on or before the specified instant.
stream() - Method in class org.threeten.extra.LocalDateRange
Streams the set of dates included in the range.
subtractFrom(Temporal) - Method in class org.threeten.extra.Days
Subtracts this amount from the specified temporal object.
subtractFrom(Temporal) - Method in class org.threeten.extra.Hours
Subtracts this amount from the specified temporal object.
subtractFrom(Temporal) - Method in class org.threeten.extra.Minutes
Subtracts this amount from the specified temporal object.
subtractFrom(Temporal) - Method in class org.threeten.extra.Months
Subtracts this amount from the specified temporal object.
subtractFrom(Temporal) - Method in class org.threeten.extra.PeriodDuration
Subtracts this amount from the specified temporal object.
subtractFrom(Temporal) - Method in class org.threeten.extra.Seconds
Subtracts this amount from the specified temporal object.
subtractFrom(Temporal) - Method in class org.threeten.extra.Weeks
Subtracts this amount from the specified temporal object.
subtractFrom(Temporal) - Method in class org.threeten.extra.Years
Subtracts this amount from the specified temporal object.
Symmetry010Chronology - Class in org.threeten.extra.chrono
The Symmetry010 calendar system.
Symmetry010Chronology() - Constructor for class org.threeten.extra.chrono.Symmetry010Chronology
Deprecated.
Use the singleton Symmetry010Chronology.INSTANCE instead.
Symmetry010Date - Class in org.threeten.extra.chrono
A date in the Symmetry010 calendar system.
Symmetry454Chronology - Class in org.threeten.extra.chrono
The Symmetry454 calendar system.
Symmetry454Chronology() - Constructor for class org.threeten.extra.chrono.Symmetry454Chronology
Deprecated.
Use the singleton Symmetry454Chronology.INSTANCE instead.
Symmetry454Date - Class in org.threeten.extra.chrono
A date in the Symmetry454 calendar system.
system() - Static method in class org.threeten.extra.scale.UtcRules
Gets the system default leap second rules.

T

taiInstant() - Method in interface org.threeten.extra.scale.TimeSource
Gets the current TaiInstant.
TaiInstant - Class in org.threeten.extra.scale
An instantaneous point on the time-line measured in the TAI time-scale.
Temporals - Class in org.threeten.extra
Additional utilities for working with temporal classes.
THIRTEEN_EVEN_MONTHS_OF_4_WEEKS - org.threeten.extra.chrono.AccountingYearDivision
The singleton instance for a year divided into 13 even months, each having 4 weeks.
TimeSource - Interface in org.threeten.extra.scale
A clock that provides the current UTC or TAI instant.
timeUnit(ChronoUnit) - Static method in class org.threeten.extra.Temporals
Converts a ChronoUnit to a TimeUnit.
toChronology() - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Completes this builder by creating the AccountingChronology.
toDuration() - Method in class org.threeten.extra.Hours
Gets the number of hours as a Duration.
toDuration() - Method in class org.threeten.extra.Interval
Obtains the duration of this interval.
toDuration() - Method in class org.threeten.extra.Minutes
Gets the number of minutes as a Duration.
toDuration() - Method in class org.threeten.extra.Seconds
Gets the number of seconds as a Duration.
toEpochDay() - Method in class org.threeten.extra.chrono.AccountingDate
 
toEpochDay() - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
toEpochDay() - Method in class org.threeten.extra.chrono.DiscordianDate
 
toEpochDay() - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
toEpochDay() - Method in class org.threeten.extra.chrono.JulianDate
 
toEpochDay() - Method in class org.threeten.extra.chrono.PaxDate
 
toEpochDay() - Method in class org.threeten.extra.chrono.Symmetry010Date
 
toEpochDay() - Method in class org.threeten.extra.chrono.Symmetry454Date
 
toEpochSecond(LocalTime) - Method in class org.threeten.extra.OffsetDate
Converts this OffsetDate to the number of seconds since the epoch of 1970-01-01T00:00:00Z.
toInstant() - Method in class org.threeten.extra.scale.TaiInstant
Converts this instant to an Instant.
toInstant() - Method in class org.threeten.extra.scale.UtcInstant
Converts this instant to an Instant.
toLocalDate() - Method in class org.threeten.extra.OffsetDate
Gets the LocalDate part of this date.
toPeriod() - Method in class org.threeten.extra.Days
Gets the number of days as a Period.
toPeriod() - Method in class org.threeten.extra.Hours
Deprecated.
toPeriod() - Method in class org.threeten.extra.LocalDateRange
Obtains the length of this range as a period.
toPeriod() - Method in class org.threeten.extra.Months
Gets the number of months as a Period.
toPeriod() - Method in class org.threeten.extra.Weeks
Gets the number of weeks as a Period.
toPeriod() - Method in class org.threeten.extra.Years
Gets the number of years as a Period.
toString() - Method in class org.threeten.extra.chrono.AccountingChronology
 
toString() - Method in class org.threeten.extra.chrono.DiscordianDate
 
toString() - Method in class org.threeten.extra.chrono.InternationalFixedDate
Display the date in human-readable format.
toString() - Method in class org.threeten.extra.chrono.Symmetry010Date
Display the date in human-readable format.
toString() - Method in class org.threeten.extra.chrono.Symmetry454Date
Display the date in human-readable format.
toString() - Method in class org.threeten.extra.DayOfMonth
Outputs this day-of-month as a String.
toString() - Method in class org.threeten.extra.DayOfYear
Outputs this day-of-year as a String.
toString() - Method in class org.threeten.extra.Days
Returns a string representation of the number of days.
toString() - Method in class org.threeten.extra.Hours
Returns a string representation of the number of hours.
toString() - Method in class org.threeten.extra.Interval
Outputs this interval as a String, such as 2007-12-03T10:15:30/2007-12-04T10:15:30.
toString() - Method in class org.threeten.extra.LocalDateRange
Outputs this range as a String, such as 2007-12-03/2007-12-04.
toString() - Method in class org.threeten.extra.Minutes
Returns a string representation of the number of minutes.
toString() - Method in class org.threeten.extra.Months
Returns a string representation of the number of months.
toString() - Method in class org.threeten.extra.MutableClock
 
toString() - Method in class org.threeten.extra.OffsetDate
Outputs this date as a String, such as 2007-12-03+01:00.
toString() - Method in class org.threeten.extra.PeriodDuration
Returns a string representation of the amount.
toString() - Method in class org.threeten.extra.scale.TaiInstant
A string representation of this instant.
toString() - Method in class org.threeten.extra.scale.UtcInstant
A string representation of this instant.
toString() - Method in class org.threeten.extra.scale.UtcRules
A string representation of these rules.
toString() - Method in class org.threeten.extra.Seconds
Returns a string representation of the number of seconds.
toString() - Method in class org.threeten.extra.Weeks
Returns a string representation of the number of weeks.
toString() - Method in class org.threeten.extra.YearQuarter
Outputs this year-quarter as a String, such as 2007-Q2.
toString() - Method in class org.threeten.extra.Years
Returns a string representation of the number of years.
toString() - Method in class org.threeten.extra.YearWeek
Outputs this year-week as a String, such as 2015-W13.
toTaiInstant() - Method in class org.threeten.extra.scale.UtcInstant
Converts this instant to a TaiInstant.
toUtcInstant() - Method in class org.threeten.extra.scale.TaiInstant
Converts this instant to a UtcInstant.

U

union(Interval) - Method in class org.threeten.extra.Interval
Calculates the interval that is the union of this interval and the specified interval.
union(LocalDateRange) - Method in class org.threeten.extra.LocalDateRange
Calculates the range that is the union of this range and the specified range.
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.AccountingDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.CopticDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.DiscordianDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.EthiopicDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.JulianDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.PaxDate
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
until(ChronoLocalDate) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.AccountingDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.CopticDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.DiscordianDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.EthiopicDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.JulianDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.PaxDate
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.OffsetDate
Calculates the period between this date and another date in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.YearQuarter
Calculates the amount of time until another year-quarter in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class org.threeten.extra.YearWeek
Calculates the amount of time until another year-week in terms of the specified unit.
utcInstant() - Method in interface org.threeten.extra.scale.TimeSource
Gets the current UtcInstant.
UtcInstant - Class in org.threeten.extra.scale
An instantaneous point on the time-line measured in the UTC time-scale with leap seconds.
UtcRules - Class in org.threeten.extra.scale
Rules defining the UTC time-scale, notably when leap seconds occur.
UtcRules() - Constructor for class org.threeten.extra.scale.UtcRules
Creates an instance of the rules.

V

validateModifiedJulianDay(long, long) - Method in class org.threeten.extra.scale.UtcRules
Validates combination of Modified Julian Day and nanosecond-of-day.
valueOf(String) - Static method in enum org.threeten.extra.AmPm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.AccountingEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.AccountingYearDivision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.CopticEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.DiscordianEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.EthiopicEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.InternationalFixedEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.JulianEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.chrono.PaxEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.threeten.extra.Quarter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.threeten.extra.AmPm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.AccountingEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.AccountingYearDivision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.CopticEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.DiscordianEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.EthiopicEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.InternationalFixedEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.JulianEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.chrono.PaxEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.threeten.extra.Quarter
Returns an array containing the constants of this enum type, in the order they are declared.

W

Weeks - Class in org.threeten.extra
A week-based amount of time, such as '12 weeks'.
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.AccountingDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.CopticDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.DiscordianDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.EthiopicDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.JulianDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.PaxDate
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
with(TemporalAdjuster) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
with(TemporalAdjuster) - Method in class org.threeten.extra.OffsetDate
Returns an adjusted copy of this date.
with(TemporalAdjuster) - Method in class org.threeten.extra.YearQuarter
Returns an adjusted copy of this year-quarter.
with(TemporalAdjuster) - Method in class org.threeten.extra.YearWeek
Returns an adjusted copy of this year-week.
with(TemporalField, long) - Method in class org.threeten.extra.chrono.AccountingDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.BritishCutoverDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.CopticDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.DiscordianDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.EthiopicDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.InternationalFixedDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.JulianDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.PaxDate
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.Symmetry010Date
 
with(TemporalField, long) - Method in class org.threeten.extra.chrono.Symmetry454Date
 
with(TemporalField, long) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this date with the specified field set to a new value.
with(TemporalField, long) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this year-quarter with the specified field set to a new value.
with(TemporalField, long) - Method in class org.threeten.extra.YearWeek
Returns a copy of this year-week with the specified field set to a new value.
withDayOfMonth(int) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the day-of-month altered.
withDayOfYear(int) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the day-of-year altered.
withDivision(AccountingYearDivision) - Method in class org.threeten.extra.chrono.AccountingChronologyBuilder
Sets how a given Accounting year will be divided.
withDuration(Duration) - Method in class org.threeten.extra.PeriodDuration
Returns a copy of this period-duration with a different duration.
withEnd(Instant) - Method in class org.threeten.extra.Interval
Returns a copy of this range with the specified end instant.
withEnd(TemporalAdjuster) - Method in class org.threeten.extra.LocalDateRange
Returns a copy of this range with the end date adjusted.
withModifiedJulianDay(long) - Method in class org.threeten.extra.scale.UtcInstant
Returns a copy of this UtcInstant with the Modified Julian Day (MJD) altered.
withMonth(int) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the month-of-year altered.
withNano(int) - Method in class org.threeten.extra.scale.TaiInstant
Returns a copy of this TaiInstant with the nano-of-second value changed.
withNanoOfDay(long) - Method in class org.threeten.extra.scale.UtcInstant
Returns a copy of this UtcInstant with the nano-of-day altered.
withOffsetSameLocal(ZoneOffset) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the specified offset ensuring that the result has the same local date.
withPeriod(Period) - Method in class org.threeten.extra.PeriodDuration
Returns a copy of this period-duration with a different period.
withQuarter(int) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this YearQuarter with the quarter-of-year altered.
withStart(Instant) - Method in class org.threeten.extra.Interval
Returns a copy of this range with the specified start instant.
withStart(TemporalAdjuster) - Method in class org.threeten.extra.LocalDateRange
Returns a copy of this range with the start date adjusted.
withTaiSeconds(long) - Method in class org.threeten.extra.scale.TaiInstant
Returns a copy of this TaiInstant with the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI).
withWeek(int) - Method in class org.threeten.extra.YearWeek
Returns a copy of this YearWeek with the week altered.
withYear(int) - Method in class org.threeten.extra.OffsetDate
Returns a copy of this OffsetDate with the year altered.
withYear(int) - Method in class org.threeten.extra.YearQuarter
Returns a copy of this YearQuarter with the year altered.
withYear(int) - Method in class org.threeten.extra.YearWeek
Returns a copy of this YearWeek with the week-based-year altered.
withZone(ZoneId) - Method in class org.threeten.extra.MutableClock
Returns a MutableClock that uses the specified time-zone and that has shared updates with this clock.
wordBased(Duration, Locale) - Static method in class org.threeten.extra.AmountFormats
Formats a duration to a string in a localized word-based format.
wordBased(Period, Duration, Locale) - Static method in class org.threeten.extra.AmountFormats
Formats a period and duration to a string in a localized word-based format.
wordBased(Period, Locale) - Static method in class org.threeten.extra.AmountFormats
Formats a period to a string in a localized word-based format.

Y

YearQuarter - Class in org.threeten.extra
A year-quarter in the ISO-8601 calendar system, such as 2007-Q2.
Years - Class in org.threeten.extra
A year-based amount of time, such as '12 years'.
YearWeek - Class in org.threeten.extra
A year-week in the ISO week date system such as 2015-W13
YOLD - org.threeten.extra.chrono.DiscordianEra
The singleton instance for the current era, 'Year of Our Lady of Discord', which has the numeric value 1.

Z

ZERO - Static variable in class org.threeten.extra.Days
A constant for zero days.
ZERO - Static variable in class org.threeten.extra.Hours
A constant for zero hours.
ZERO - Static variable in class org.threeten.extra.Minutes
A constant for zero minutes.
ZERO - Static variable in class org.threeten.extra.Months
A constant for zero months.
ZERO - Static variable in class org.threeten.extra.PeriodDuration
A constant for a duration of zero.
ZERO - Static variable in class org.threeten.extra.Seconds
A constant for zero seconds.
ZERO - Static variable in class org.threeten.extra.Weeks
A constant for zero weeks.
ZERO - Static variable in class org.threeten.extra.Years
A constant for zero years.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a Accounting zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a British Cutover zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a Coptic zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a Discordian zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a Ethiopic zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a International Fixed zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a Julian zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a Pax zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a Symmetry010 zoned date-time in this chronology from an Instant.
zonedDateTime(Instant, ZoneId) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a Symmetry454 zoned date-time in this chronology from an Instant.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.AccountingChronology
Obtains a Accounting zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.BritishCutoverChronology
Obtains a British Cutover zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.CopticChronology
Obtains a Coptic zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.DiscordianChronology
Obtains a Discordian zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.EthiopicChronology
Obtains a Ethiopic zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.InternationalFixedChronology
Obtains a International Fixed zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.JulianChronology
Obtains a Julian zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.PaxChronology
Obtains a Pax zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.Symmetry010Chronology
Obtains a Symmetry010 zoned date-time from another date-time object.
zonedDateTime(TemporalAccessor) - Method in class org.threeten.extra.chrono.Symmetry454Chronology
Obtains a Symmetry454 zoned date-time from another date-time object.
A B C D E F G H I J L M N O P Q R S T U V W Y Z 
All Classes All Packages