- abs() - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with a positive length.
- abs() - Method in class org.threeten.bp.temporal.SimplePeriod
-
Returns a copy of this period with a positive amount.
- addCalendrical(Object) - Method in class org.threeten.bp.format.DateTimeBuilder
-
Adds a date-time object to the builder.
- addFieldValue(TemporalField, long) - Method in class org.threeten.bp.format.DateTimeBuilder
-
Adds a field-value pair to the builder.
- addTo(Temporal) - Method in class org.threeten.bp.Duration
-
Adds this duration to the specified temporal object.
- addTo(Temporal) - Method in class org.threeten.bp.Period
-
Adds this period to the specified temporal object.
- addTo(Temporal) - Method in class org.threeten.bp.temporal.SimplePeriod
-
Adds this period to the specified temporal object.
- addTo(Temporal) - Method in interface org.threeten.bp.temporal.TemporalAdder
-
Adds to the specified temporal object.
- adjustInto(Temporal) - Method in enum org.threeten.bp.DayOfWeek
-
Adjusts the specified temporal object to have this day-of-week.
- adjustInto(Temporal) - Method in class org.threeten.bp.Instant
-
Adjusts the specified temporal object to have this instant.
- adjustInto(Temporal) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- adjustInto(Temporal) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- adjustInto(Temporal) - Method in class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- adjustInto(Temporal) - Method in class org.threeten.bp.LocalDate
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in class org.threeten.bp.LocalDateTime
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in class org.threeten.bp.LocalTime
-
Adjusts the specified temporal object to have the same time as this object.
- adjustInto(Temporal) - Method in enum org.threeten.bp.Month
-
Adjusts the specified temporal object to have this month-of-year.
- adjustInto(Temporal) - Method in class org.threeten.bp.MonthDay
-
Adjusts the specified temporal object to have this month-day.
- adjustInto(Temporal) - Method in class org.threeten.bp.OffsetDate
-
Adjusts the specified temporal object to have the same offset and date
as this object.
- adjustInto(Temporal) - Method in class org.threeten.bp.OffsetDateTime
-
Adjusts the specified temporal object to have the same offset, date
and time as this object.
- adjustInto(Temporal) - Method in class org.threeten.bp.OffsetTime
-
Adjusts the specified temporal object to have the same offset and time
as this object.
- adjustInto(Temporal) - Method in interface org.threeten.bp.temporal.TemporalAdjuster
-
Adjusts the specified temporal object.
- adjustInto(Temporal) - Method in class org.threeten.bp.Year
-
Adjusts the specified temporal object to have this year.
- adjustInto(Temporal) - Method in class org.threeten.bp.YearMonth
-
Adjusts the specified temporal object to have this year-month.
- adjustInto(Temporal) - Method in class org.threeten.bp.ZoneOffset
-
Adjusts the specified temporal object to have the same offset as this object.
- append(DateTimeFormatter) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends all the elements of a formatter to the builder.
- appendChronoId() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the chronology ID to the formatter.
- appendChronoText(TextStyle) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the chronology name to the formatter.
- appendFraction(TemporalField, int, int, boolean) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the fractional value of a date-time field to the formatter.
- appendInstant() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends an instant using ISO-8601 to the formatter.
- appendLiteral(char) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends a character literal to the formatter.
- appendLiteral(String) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends a string literal to the formatter.
- appendLocalized(FormatStyle, FormatStyle) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends a localized date-time pattern to the formatter.
- appendLocalized(FormatStyle, FormatStyle, Chrono<?>) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends a localized date-time pattern to the formatter.
- appendOffset(String, String) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOffsetId() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOptional(DateTimeFormatter) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends a formatter to the builder which will optionally print/parse.
- appendPattern(String) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the elements defined by the specified pattern to the builder.
- appendText(TemporalField) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter using the full
text style.
- appendText(TemporalField, TextStyle) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter.
- appendText(TemporalField, Map<Long, String>) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter using the specified
map to supply the text.
- appendValue(TemporalField) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a normal
output style.
- appendValue(TemporalField, int) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a fixed
width, zero-padded approach.
- appendValue(TemporalField, int, int, SignStyle) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter providing full
control over printing.
- appendValueReduced(TemporalField, int, int) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the reduced value of a date-time field to the formatter.
- appendZoneId() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter.
- appendZoneOrOffsetId() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to
the formatter, using the best available zone ID.
- appendZoneRegionId() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the time-zone region ID, such as 'Europe/Paris', to the formatter,
rejecting the zone ID if it is a ZoneOffset
.
- appendZoneText(TextStyle) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Appends the time-zone name, such as 'British Summer Time', to the formatter.
- atDate(LocalDate) - Method in class org.threeten.bp.LocalTime
-
Returns a local date-time formed from this time at the specified date.
- atDate(LocalDate) - Method in class org.threeten.bp.OffsetTime
-
Returns an offset date-time formed from this time at the specified date.
- atDay(int) - Method in class org.threeten.bp.Year
-
Returns a date formed from this year at the specified day-of-year.
- atDay(int) - Method in class org.threeten.bp.YearMonth
-
Returns a date formed from this year-month at the specified day-of-month.
- atMonth(Month) - Method in class org.threeten.bp.Year
-
Returns a year-month formed from this year at the specified month.
- atMonth(int) - Method in class org.threeten.bp.Year
-
Returns a year-month formed from this year at the specified month.
- atMonthDay(MonthDay) - Method in class org.threeten.bp.Year
-
Returns a date formed from this year at the specified month-day.
- atOffset(ZoneOffset) - Method in class org.threeten.bp.LocalDate
-
Returns an offset date formed from this date and the specified offset.
- atOffset(ZoneOffset) - Method in class org.threeten.bp.LocalDateTime
-
Returns an offset date-time formed from this date-time and the specified offset.
- atOffset(ZoneOffset) - Method in class org.threeten.bp.LocalTime
-
Returns an offset time formed from this time and the specified offset.
- atStartOfDay(ZoneId) - Method in class org.threeten.bp.LocalDate
-
Returns a zoned date-time from this date at the earliest valid time according
to the rules in the time-zone.
- atTime(LocalTime) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- atTime(LocalTime) - Method in class org.threeten.bp.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(int, int) - Method in class org.threeten.bp.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(int, int, int) - Method in class org.threeten.bp.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(int, int, int, int) - Method in class org.threeten.bp.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(LocalTime) - Method in class org.threeten.bp.OffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atTime(LocalTime) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Returns a date-time formed from this date at the specified time.
- atYear(int) - Method in class org.threeten.bp.MonthDay
-
Returns a date formed from this month-day at the specified year.
- atZone(ZoneId) - Method in class org.threeten.bp.LocalDateTime
-
Returns a zoned date-time formed from this date-time and the specified time-zone.
- atZone(ZoneId) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Returns a zoned date-time formed from this date-time and the specified time-zone.
- atZoneSameInstant(ZoneId) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a zoned date-time formed from the instant represented by this
date-time and the specified zone ID.
- atZoneSimilarLocal(ZoneId) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a zoned date-time formed from this date-time and the specified zone ID.
- date(int, int, int) - Method in class org.threeten.bp.calendar.HijrahChrono
-
- date(TemporalAccessor) - Method in class org.threeten.bp.calendar.HijrahChrono
-
- date(Era<JapaneseChrono>, int, int, int) - Method in class org.threeten.bp.calendar.JapaneseChrono
-
- date(int, int, int) - Method in class org.threeten.bp.calendar.JapaneseChrono
-
- date(TemporalAccessor) - Method in class org.threeten.bp.calendar.JapaneseChrono
-
- date(int, int, int) - Method in class org.threeten.bp.calendar.MinguoChrono
-
- date(TemporalAccessor) - Method in class org.threeten.bp.calendar.MinguoChrono
-
- date(int, int, int) - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
- date(TemporalAccessor) - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
- date(int, int, int) - Method in class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- date(Era<C>, int, int, int) - Method in class org.threeten.bp.temporal.Chrono
-
Obtains a local date in this chronology from the era, year-of-era,
month-of-year and day-of-month fields.
- date(int, int, int) - Method in class org.threeten.bp.temporal.Chrono
-
Obtains a local date in this chronology from the proleptic-year,
month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in class org.threeten.bp.temporal.Chrono
-
Obtains a local date in this chronology from another temporal object.
- date(int, int, int) - Method in interface org.threeten.bp.temporal.Era
-
Obtains a date in this era given the year-of-era, month, and day.
- date(Era<ISOChrono>, int, int, int) - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains an ISO local date from the era, year-of-era, month-of-year
and day-of-month fields.
- date(int, int, int) - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains an ISO local date from the proleptic-year, month-of-year
and day-of-month fields.
- date(TemporalAccessor) - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains an ISO local date from another date-time object.
- DATE_COMPARATOR - Static variable in interface org.threeten.bp.temporal.ChronoLocalDate
-
Comparator for two ChronoLocalDate
s ignoring the chronology.
- DATE_TIME_COMPARATOR - Static variable in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Comparator for two ChronoLocalDateTime
instances ignoring the chronology.
- dateNow() - Method in class org.threeten.bp.temporal.Chrono
-
Obtains the current local date in this chronology from the system clock in the default time-zone.
- dateNow(ZoneId) - Method in class org.threeten.bp.temporal.Chrono
-
Obtains the current local date in this chronology from the system clock in the specified time-zone.
- dateNow(Clock) - Method in class org.threeten.bp.temporal.Chrono
-
Obtains the current local date in this chronology from the specified clock.
- dateNow() - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains the current ISO local date from the system clock in the default time-zone.
- dateNow(ZoneId) - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains the current ISO local date from the system clock in the specified time-zone.
- dateNow(Clock) - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains the current ISO local date from the specified clock.
- dateTime(ChronoLocalDate<R>, LocalTime) - Static method in class org.threeten.bp.temporal.Chrono
-
Obtains a local date-time from the a date and time.
- DateTimeBuilder - Class in org.threeten.bp.format
-
Builder that can holds date and time fields and related date and time objects.
- DateTimeBuilder() - Constructor for class org.threeten.bp.format.DateTimeBuilder
-
Creates an empty instance of the builder.
- DateTimeBuilder(TemporalField, long) - Constructor for class org.threeten.bp.format.DateTimeBuilder
-
Creates a new instance of the builder with a single field-value.
- DateTimeBuilder(ZoneId, Chrono<?>) - Constructor for class org.threeten.bp.format.DateTimeBuilder
-
Creates a new instance of the builder.
- DateTimeException - Exception in org.threeten.bp
-
Exception used to indicate a problem while calculating a date-time.
- DateTimeException(String) - Constructor for exception org.threeten.bp.DateTimeException
-
Constructs a new date-time exception with the specified message.
- DateTimeException(String, Throwable) - Constructor for exception org.threeten.bp.DateTimeException
-
Constructs a new date-time exception with the specified message and cause.
- DateTimeFormatSymbols - Class in org.threeten.bp.format
-
Localized symbols used in date and time formatting.
- DateTimeFormatter - Class in org.threeten.bp.format
-
Formatter for printing and parsing date-time objects.
- DateTimeFormatterBuilder - Class in org.threeten.bp.format
-
Builder to create date-time formatters.
- DateTimeFormatterBuilder() - Constructor for class org.threeten.bp.format.DateTimeFormatterBuilder
-
Constructs a new instance of the builder.
- DateTimeFormatters - Class in org.threeten.bp.format
-
Provides common implementations of DateTimeFormatter
.
- DateTimeParseException - Exception in org.threeten.bp.format
-
An exception thrown when an error occurs during parsing.
- DateTimeParseException(String, CharSequence, int) - Constructor for exception org.threeten.bp.format.DateTimeParseException
-
Constructs a new exception with the specified message.
- DateTimeParseException(String, CharSequence, int, Throwable) - Constructor for exception org.threeten.bp.format.DateTimeParseException
-
Constructs a new exception with the specified message and cause.
- DateTimePrintException - Exception in org.threeten.bp.format
-
An exception thrown when an error occurs during printing.
- DateTimePrintException(String) - Constructor for exception org.threeten.bp.format.DateTimePrintException
-
Constructs a new exception with the specified message.
- DateTimePrintException(String, Throwable) - Constructor for exception org.threeten.bp.format.DateTimePrintException
-
Constructs a new exception with the specified message and cause.
- dateYearDay(int, int) - Method in class org.threeten.bp.calendar.HijrahChrono
-
- dateYearDay(int, int) - Method in class org.threeten.bp.calendar.JapaneseChrono
-
- dateYearDay(int, int) - Method in class org.threeten.bp.calendar.MinguoChrono
-
- dateYearDay(int, int) - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
- dateYearDay(int, int) - Method in class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- dateYearDay(Era<C>, int, int) - Method in class org.threeten.bp.temporal.Chrono
-
Obtains a local date in this chronology from the era, year-of-era and
day-of-year fields.
- dateYearDay(int, int) - Method in class org.threeten.bp.temporal.Chrono
-
Obtains a local date in this chronology from the proleptic-year and
day-of-year fields.
- dateYearDay(int, int) - Method in interface org.threeten.bp.temporal.Era
-
Obtains a date in this era given year-of-era and day-of-year fields.
- dateYearDay(Era<ISOChrono>, int, int) - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains an ISO local date from the era, year-of-era and day-of-year fields.
- dateYearDay(int, int) - Method in class org.threeten.bp.temporal.ISOChrono
-
Obtains an ISO local date from the proleptic-year and day-of-year fields.
- DAY_OF_QUARTER - Static variable in class org.threeten.bp.temporal.ISOFields
-
The field that represents the day-of-quarter.
- DayOfWeek - Enum in org.threeten.bp
-
A day-of-week, such as 'Tuesday'.
- dayOfWeek() - Method in class org.threeten.bp.temporal.WeekFields
-
Returns a field to access the day of week,
computed based on this WeekFields.
- dayOfWeekInMonth(int, DayOfWeek) - Static method in class org.threeten.bp.temporal.TemporalAdjusters
-
Returns the day-of-week in month adjuster, which returns a new date
in the same month with the ordinal day-of-week.
- DefaultInterfaceChronoLocalDate<C extends Chrono<C>> - Class in org.threeten.bp.jdk8
-
A temporary class providing implementations that will become default interface
methods once integrated into JDK 8.
- DefaultInterfaceChronoLocalDate() - Constructor for class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- DefaultInterfaceChronoLocalDateTime<C extends Chrono<C>> - Class in org.threeten.bp.jdk8
-
A temporary class providing implementations that will become default interface
methods once integrated into JDK 8.
- DefaultInterfaceChronoLocalDateTime() - Constructor for class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- DefaultInterfaceChronoZonedDateTime<C extends Chrono<C>> - Class in org.threeten.bp.jdk8
-
A temporary class providing implementations that will become default interface
methods once integrated into JDK 8.
- DefaultInterfaceChronoZonedDateTime() - Constructor for class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- DefaultInterfaceEra<C extends Chrono<C>> - Class in org.threeten.bp.jdk8
-
A temporary class providing implementations that will become default interface
methods once integrated into JDK 8.
- DefaultInterfaceEra() - Constructor for class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- DefaultInterfaceTemporal - Class in org.threeten.bp.jdk8
-
A temporary class providing implementations that will become default interface
methods once integrated into JDK 8.
- DefaultInterfaceTemporal() - Constructor for class org.threeten.bp.jdk8.DefaultInterfaceTemporal
-
- DefaultInterfaceTemporalAccessor - Class in org.threeten.bp.jdk8
-
A temporary class providing implementations that will become default interface
methods once integrated into JDK 8.
- DefaultInterfaceTemporalAccessor() - Constructor for class org.threeten.bp.jdk8.DefaultInterfaceTemporalAccessor
-
- dividedBy(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration divided by the specified value.
- doGet(TemporalAccessor) - Method in enum org.threeten.bp.temporal.ChronoField
-
- doGet(TemporalAccessor) - Method in interface org.threeten.bp.temporal.TemporalField
-
Gets the value of this field from the specified temporal object.
- doIsSupported(TemporalAccessor) - Method in enum org.threeten.bp.temporal.ChronoField
-
- doIsSupported(TemporalAccessor) - Method in interface org.threeten.bp.temporal.TemporalField
-
Checks if this field is supported by the temporal object.
- doPlus(R, long) - Method in enum org.threeten.bp.temporal.ChronoUnit
-
- doPlus(R, long) - Method in interface org.threeten.bp.temporal.TemporalUnit
-
Returns a copy of the specified temporal object with the specified period added.
- doRange(TemporalAccessor) - Method in enum org.threeten.bp.temporal.ChronoField
-
- doRange(TemporalAccessor) - Method in interface org.threeten.bp.temporal.TemporalField
-
Get the range of valid values for this field using the temporal object to
refine the result.
- doWith(R, long) - Method in enum org.threeten.bp.temporal.ChronoField
-
- doWith(R, long) - Method in interface org.threeten.bp.temporal.TemporalField
-
Returns a copy of the specified temporal object with the value of this field set.
- Duration - Class in org.threeten.bp
-
A duration between two instants on the time-line.
- ensureChronoLocalDate(Temporal) - Method in class org.threeten.bp.temporal.Chrono
-
Casts the Temporal
to ChronoLocalDate
with the same chronology.
- ensureChronoLocalDateTime(Temporal) - Method in class org.threeten.bp.temporal.Chrono
-
Casts the Temporal
to ChronoLocalDateTime
with the same chronology.
- ensureChronoZonedDateTime(Temporal) - Method in class org.threeten.bp.temporal.Chrono
-
Casts the Temporal
to ChronoZonedDateTimeImpl
with the same chronology.
- EPOCH - Static variable in class org.threeten.bp.Instant
-
Constant for the 1970-01-01T00:00:00Z epoch instant.
- equals(Object) - Method in class org.threeten.bp.Clock
-
Checks if this clock is equal to another clock.
- equals(Object) - Method in class org.threeten.bp.Duration
-
Checks if this duration is equal to the specified Duration
.
- equals(Object) - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Checks if these symbols equal another set of symbols.
- equals(Object) - Method in class org.threeten.bp.Instant
-
Checks if this instant is equal to the specified instant.
- equals(Object) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- equals(Object) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- equals(Object) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- equals(Object) - Method in class org.threeten.bp.LocalDate
-
Checks if this date is equal to another date.
- equals(Object) - Method in class org.threeten.bp.LocalDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class org.threeten.bp.LocalTime
-
Checks if this time is equal to another time.
- equals(Object) - Method in class org.threeten.bp.MonthDay
-
Checks if this month-day is equal to another month-day.
- equals(Object) - Method in class org.threeten.bp.OffsetDate
-
Checks if this date is equal to another date.
- equals(Object) - Method in class org.threeten.bp.OffsetDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class org.threeten.bp.OffsetTime
-
Checks if this time is equal to another time.
- equals(Object) - Method in class org.threeten.bp.Period
-
Checks if this period is equal to another period.
- equals(Object) - Method in class org.threeten.bp.temporal.Chrono
-
Checks if this chronology is equal to another chronology.
- equals(Object) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Checks if this date is equal to another date, including the chronology.
- equals(Object) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Checks if this date-time is equal to another date-time, including the chronology.
- equals(Object) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class org.threeten.bp.temporal.SimplePeriod
-
Checks if this period is equal to another period.
- equals(Object) - Method in class org.threeten.bp.temporal.ValueRange
-
Checks if this range is equal to another range.
- equals(Object) - Method in class org.threeten.bp.temporal.WeekFields
-
Checks if these rules are equal to the specified rules.
- equals(Object) - Method in class org.threeten.bp.Year
-
Checks if this year is equal to another year.
- equals(Object) - Method in class org.threeten.bp.YearMonth
-
Checks if this year-month is equal to another year-month.
- equals(Object) - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Checks if this object equals another.
- equals(Object) - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Checks if this object equals another.
- equals(Object) - Method in class org.threeten.bp.zone.ZoneRules
-
Checks if this set of rules equals another.
- equals(Object) - Method in class org.threeten.bp.ZonedDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class org.threeten.bp.ZoneId
-
Checks if this time-zone ID is equal to another time-zone ID.
- equals(Object) - Method in class org.threeten.bp.ZoneOffset
-
Checks if this offset is equal to another offset.
- Era<C extends Chrono<C>> - Interface in org.threeten.bp.temporal
-
An era of the time-line.
- ERA_AH - Static variable in class org.threeten.bp.calendar.HijrahChrono
-
The singleton instance for the current era - Hijrah - which has the value 1.
- ERA_BCE - Static variable in class org.threeten.bp.temporal.ISOChrono
-
The singleton instance for the era BCE - 'Before Current Era'.
- ERA_BE - Static variable in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
The singleton instance for the current era - Buddhist - which has the value 1.
- ERA_BEFORE_AH - Static variable in class org.threeten.bp.calendar.HijrahChrono
-
The singleton instance for the era before the current one - Before Hijrah -
which has the value 0.
- ERA_BEFORE_BE - Static variable in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
The singleton instance for the era before the current one - Before Buddhist -
which has the value 0.
- ERA_BEFORE_ROC - Static variable in class org.threeten.bp.calendar.MinguoChrono
-
The singleton instance for the era BEFORE_ROC.
- ERA_CE - Static variable in class org.threeten.bp.temporal.ISOChrono
-
The singleton instance for the era CE - 'Current Era'.
- ERA_HEISEI - Static variable in class org.threeten.bp.calendar.JapaneseChrono
-
The singleton instance for the Heisei era (1989-01-08 - current)
which has the value 2.
- ERA_MEIJI - Static variable in class org.threeten.bp.calendar.JapaneseChrono
-
The singleton instance for the Meiji era (1868-09-08 - 1912-07-29)
which has the value -1.
- ERA_ROC - Static variable in class org.threeten.bp.calendar.MinguoChrono
-
The singleton instance for the era ROC.
- ERA_SEIREKI - Static variable in class org.threeten.bp.calendar.JapaneseChrono
-
The singleton instance for the before Meiji era ( - 1868-09-07)
which has the value -999.
- ERA_SHOWA - Static variable in class org.threeten.bp.calendar.JapaneseChrono
-
The singleton instance for the Showa era (1926-12-25 - 1989-01-07)
which has the value 1.
- ERA_TAISHO - Static variable in class org.threeten.bp.calendar.JapaneseChrono
-
The singleton instance for the Taisho era (1912-07-30 - 1926-12-24)
which has the value 0.
- eraOf(int) - Method in class org.threeten.bp.calendar.HijrahChrono
-
- eraOf(int) - Method in class org.threeten.bp.calendar.JapaneseChrono
-
Returns the calendar system era object from the given numeric value.
- eraOf(int) - Method in class org.threeten.bp.calendar.MinguoChrono
-
- eraOf(int) - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
- eraOf(int) - Method in class org.threeten.bp.temporal.Chrono
-
Creates the chronology era object from the numeric value.
- eraOf(int) - Method in class org.threeten.bp.temporal.ISOChrono
-
- eras() - Method in class org.threeten.bp.calendar.HijrahChrono
-
- eras() - Method in class org.threeten.bp.calendar.JapaneseChrono
-
- eras() - Method in class org.threeten.bp.calendar.MinguoChrono
-
- eras() - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
- eras() - Method in class org.threeten.bp.temporal.Chrono
-
Gets the list of eras for the chronology.
- eras() - Method in class org.threeten.bp.temporal.ISOChrono
-
- extract(Class<?>) - Method in class org.threeten.bp.format.DateTimeBuilder
-
- get(TemporalField) - Method in enum org.threeten.bp.DayOfWeek
-
Gets the value of the specified field from this day-of-week as an int
.
- get(TemporalField) - Method in class org.threeten.bp.Instant
-
Gets the value of the specified field from this instant as an int
.
- get(TemporalField) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- get(TemporalField) - Method in class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- get(TemporalField) - Method in class org.threeten.bp.jdk8.DefaultInterfaceTemporalAccessor
-
- get(TemporalField) - Method in class org.threeten.bp.LocalDate
-
Gets the value of the specified field from this date as an int
.
- get(TemporalField) - Method in class org.threeten.bp.LocalDateTime
-
Gets the value of the specified field from this date-time as an int
.
- get(TemporalField) - Method in class org.threeten.bp.LocalTime
-
Gets the value of the specified field from this time as an int
.
- get(TemporalField) - Method in enum org.threeten.bp.Month
-
Gets the value of the specified field from this month-of-year as an int
.
- get(TemporalField) - Method in class org.threeten.bp.MonthDay
-
Gets the value of the specified field from this month-day as an int
.
- get(TemporalField) - Method in class org.threeten.bp.OffsetDate
-
Gets the value of the specified field from this date as an int
.
- get(TemporalField) - Method in class org.threeten.bp.OffsetDateTime
-
Gets the value of the specified field from this date-time as an int
.
- get(TemporalField) - Method in class org.threeten.bp.OffsetTime
-
Gets the value of the specified field from this time as an int
.
- get(TemporalField) - Method in interface org.threeten.bp.temporal.TemporalAccessor
-
Gets the value of the specified field as an int
.
- get(TemporalField) - Method in class org.threeten.bp.Year
-
Gets the value of the specified field from this year as an int
.
- get(TemporalField) - Method in class org.threeten.bp.YearMonth
-
Gets the value of the specified field from this year-month as an int
.
- get(TemporalField) - Method in class org.threeten.bp.ZonedDateTime
-
Gets the value of the specified field from this date-time as an int
.
- get(TemporalField) - Method in class org.threeten.bp.ZoneOffset
-
Gets the value of the specified field from this offset as an int
.
- getAmount() - Method in class org.threeten.bp.temporal.SimplePeriod
-
Gets the amount of this period.
- getAvailableChronologies() - Static method in class org.threeten.bp.temporal.Chrono
-
Returns the available chronologies.
- getAvailableLocales() - Static method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Lists all the locales that are supported.
- getAvailableZoneIds() - Static method in class org.threeten.bp.zone.ZoneRulesProvider
-
Gets the set of available zone IDs.
- getBaseUnit() - Method in enum org.threeten.bp.temporal.ChronoField
-
- getBaseUnit() - Method in interface org.threeten.bp.temporal.TemporalField
-
Gets the unit that the field is measured in.
- getCalendarType() - Method in class org.threeten.bp.calendar.HijrahChrono
-
Gets the calendar type of the underlying calendar system - 'islamicc'.
- getCalendarType() - Method in class org.threeten.bp.calendar.JapaneseChrono
-
Gets the calendar type of the underlying calendar system - 'japanese'.
- getCalendarType() - Method in class org.threeten.bp.calendar.MinguoChrono
-
Gets the calendar type of the underlying calendar system - 'roc'.
- getCalendarType() - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
Gets the calendar type of the underlying calendar system - 'buddhist'.
- getCalendarType() - Method in class org.threeten.bp.temporal.Chrono
-
Gets the calendar type of the underlying calendar system.
- getCalendarType() - Method in class org.threeten.bp.temporal.ISOChrono
-
Gets the calendar type of the underlying calendar system - 'iso8601'.
- getCalendricalList() - Method in class org.threeten.bp.format.DateTimeBuilder
-
Gets the list of date-time objects in the builder.
- getChrono() - Method in class org.threeten.bp.format.DateTimeFormatter
-
Gets the overriding chronology to be used during formatting.
- getChrono() - Method in class org.threeten.bp.LocalDate
-
Gets the chronology of this date, which is the ISO calendar system.
- getChrono() - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Gets the chronology of this date.
- getChrono() - Method in interface org.threeten.bp.temporal.Era
-
Gets the chronology of this era.
- getDate() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- getDate() - Method in class org.threeten.bp.LocalDateTime
-
Gets the LocalDate
part of this date-time.
- getDate() - Method in class org.threeten.bp.OffsetDate
-
Gets the LocalDate
part of this date-time.
- getDate() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the LocalDate
part of this date-time.
- getDate() - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Gets the local date part of this date-time.
- getDate() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Gets the local date part of this date-time.
- getDate() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the LocalDate
part of this date-time.
- getDateTime() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the LocalDateTime
part of this offset date-time.
- getDateTime() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Gets the local date-time part of this date-time.
- getDateTime() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the LocalDateTime
part of this date-time.
- getDateTimeAfter() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Gets the local transition date-time, as would be expressed with the 'after' offset.
- getDateTimeBefore() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Gets the local transition date-time, as would be expressed with the 'before' offset.
- getDaylightSavings(Instant) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the amount of daylight savings in use for the specified instant in this zone.
- getDayOfMonth() - Method in class org.threeten.bp.LocalDate
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.threeten.bp.LocalDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.threeten.bp.MonthDay
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.threeten.bp.OffsetDate
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the day-of-month field.
- getDayOfMonthIndicator() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Gets the indicator of the day-of-month of the transition.
- getDayOfWeek() - Method in class org.threeten.bp.LocalDate
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class org.threeten.bp.LocalDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class org.threeten.bp.OffsetDate
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Gets the day-of-week of the transition.
- getDayOfWeek() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfYear() - Method in class org.threeten.bp.LocalDate
-
Gets the day-of-year field.
- getDayOfYear() - Method in class org.threeten.bp.LocalDateTime
-
Gets the day-of-year field.
- getDayOfYear() - Method in class org.threeten.bp.OffsetDate
-
Gets the day-of-year field.
- getDayOfYear() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the day-of-year field.
- getDayOfYear() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the day-of-year field.
- getDays() - Method in class org.threeten.bp.Period
-
Gets the amount of days of this period.
- getDecimalSeparator() - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Gets the character that represents the decimal point.
- getDuration() - Method in enum org.threeten.bp.temporal.ChronoUnit
-
Gets the estimated duration of this unit in the ISO calendar system.
- getDuration() - Method in interface org.threeten.bp.temporal.TemporalUnit
-
Gets the duration of this unit, which may be an estimate.
- getDuration() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Gets the duration of the transition.
- getEpochSecond() - Method in class org.threeten.bp.Instant
-
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
- getEra() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- getEra() - Method in class org.threeten.bp.LocalDate
-
Gets the era applicable at this date.
- getEra() - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Gets the era, as defined by the chronology.
- getErrorIndex() - Method in exception org.threeten.bp.format.DateTimeParseException
-
Returns the index where the error was found.
- getFieldValue(TemporalField) - Method in class org.threeten.bp.format.DateTimeBuilder
-
Gets the value of the specified field from the builder.
- getFieldValueMap() - Method in class org.threeten.bp.format.DateTimeBuilder
-
Gets the map of field-value pairs in the builder.
- getFirstDayOfWeek() - Method in class org.threeten.bp.temporal.WeekFields
-
Gets the first day-of-week.
- getHour() - Method in class org.threeten.bp.LocalDateTime
-
Gets the hour-of-day field.
- getHour() - Method in class org.threeten.bp.LocalTime
-
Gets the hour-of-day field.
- getHour() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the hour-of-day field.
- getHour() - Method in class org.threeten.bp.OffsetTime
-
Gets the hour-of-day field.
- getHour() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the hour-of-day field.
- getHours() - Method in class org.threeten.bp.Period
-
Gets the amount of hours of this period.
- getId() - Method in class org.threeten.bp.calendar.HijrahChrono
-
Gets the ID of the chronology - 'Hijrah'.
- getId() - Method in class org.threeten.bp.calendar.JapaneseChrono
-
Gets the ID of the chronology - 'Japanese'.
- getId() - Method in class org.threeten.bp.calendar.MinguoChrono
-
Gets the ID of the chronology - 'Minguo'.
- getId() - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
Gets the ID of the chronology - 'ThaiBuddhist'.
- getId() - Method in class org.threeten.bp.temporal.Chrono
-
Gets the ID of the chronology.
- getId() - Method in class org.threeten.bp.temporal.ISOChrono
-
Gets the ID of the chronology - 'ISO'.
- getId() - Method in class org.threeten.bp.ZoneId
-
Gets the unique time-zone ID.
- getId() - Method in class org.threeten.bp.ZoneOffset
-
Gets the normalized zone offset ID.
- getInstant() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Gets the transition instant.
- getLargestMinimum() - Method in class org.threeten.bp.temporal.ValueRange
-
Gets the largest possible minimum value that the field can take.
- getLocale() - Method in class org.threeten.bp.format.DateTimeFormatter
-
Gets the locale to be used during formatting.
- getLocalTime() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
- getLong(TemporalField) - Method in enum org.threeten.bp.DayOfWeek
-
Gets the value of the specified field from this day-of-week as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.format.DateTimeBuilder
-
- getLong(TemporalField) - Method in class org.threeten.bp.Instant
-
Gets the value of the specified field from this instant as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- getLong(TemporalField) - Method in class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- getLong(TemporalField) - Method in class org.threeten.bp.LocalDate
-
Gets the value of the specified field from this date as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.LocalDateTime
-
Gets the value of the specified field from this date-time as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.LocalTime
-
Gets the value of the specified field from this time as a long
.
- getLong(TemporalField) - Method in enum org.threeten.bp.Month
-
Gets the value of the specified field from this month-of-year as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.MonthDay
-
Gets the value of the specified field from this month-day as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.OffsetDate
-
Gets the value of the specified field from this date as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.OffsetDateTime
-
Gets the value of the specified field from this date-time as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.OffsetTime
-
Gets the value of the specified field from this time as a long
.
- getLong(TemporalField) - Method in interface org.threeten.bp.temporal.TemporalAccessor
-
Gets the value of the specified field as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.Year
-
Gets the value of the specified field from this year as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.YearMonth
-
Gets the value of the specified field from this year-month as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.ZonedDateTime
-
Gets the value of the specified field from this date-time as a long
.
- getLong(TemporalField) - Method in class org.threeten.bp.ZoneOffset
-
Gets the value of the specified field from this offset as a long
.
- getMaximum() - Method in class org.threeten.bp.temporal.ValueRange
-
Gets the maximum value that the field can take.
- getMinimalDaysInFirstWeek() - Method in class org.threeten.bp.temporal.WeekFields
-
Gets the minimal number of days in the first week.
- getMinimum() - Method in class org.threeten.bp.temporal.ValueRange
-
Gets the minimum value that the field can take.
- getMinute() - Method in class org.threeten.bp.LocalDateTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class org.threeten.bp.LocalTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class org.threeten.bp.OffsetTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the minute-of-hour field.
- getMinutes() - Method in class org.threeten.bp.Period
-
Gets the amount of minutes within an hour of this period.
- getMonth() - Method in class org.threeten.bp.LocalDate
-
Gets the month-of-year field using the Month
enum.
- getMonth() - Method in class org.threeten.bp.LocalDateTime
-
Gets the month-of-year field using the Month
enum.
- getMonth() - Method in class org.threeten.bp.MonthDay
-
Gets the month-of-year field using the Month
enum.
- getMonth() - Method in class org.threeten.bp.OffsetDate
-
Gets the month-of-year field using the Month
enum.
- getMonth() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the month-of-year field using the Month
enum.
- getMonth() - Method in class org.threeten.bp.YearMonth
-
Gets the month-of-year field using the Month
enum.
- getMonth() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Gets the month of the transition.
- getMonth() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the month-of-year field using the Month
enum.
- getMonths() - Method in class org.threeten.bp.Period
-
Gets the amount of months of this period.
- getMonthValue() - Method in class org.threeten.bp.LocalDate
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.threeten.bp.LocalDateTime
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.threeten.bp.OffsetDate
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the month-of-year field from 1 to 12.
- getName() - Method in enum org.threeten.bp.temporal.ChronoField
-
- getName() - Method in enum org.threeten.bp.temporal.ChronoUnit
-
- getName() - Method in interface org.threeten.bp.temporal.TemporalField
-
Gets a descriptive name for the field.
- getName() - Method in interface org.threeten.bp.temporal.TemporalUnit
-
Gets a descriptive name for the unit.
- getNano() - Method in class org.threeten.bp.Duration
-
Gets the number of nanoseconds within the second in this duration.
- getNano() - Method in class org.threeten.bp.Instant
-
Gets the number of nanoseconds, later along the time-line, from the start
of the second.
- getNano() - Method in class org.threeten.bp.LocalDateTime
-
Gets the nano-of-second field.
- getNano() - Method in class org.threeten.bp.LocalTime
-
Gets the nano-of-second field.
- getNano() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the nano-of-second field.
- getNano() - Method in class org.threeten.bp.OffsetTime
-
Gets the nano-of-second field.
- getNano() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the nano-of-second field.
- getNanos() - Method in class org.threeten.bp.Period
-
Gets the amount of nanoseconds within a second of this period.
- getNegativeSign() - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Gets the character that represents the negative sign.
- getOffset() - Method in class org.threeten.bp.OffsetDate
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class org.threeten.bp.OffsetTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffset(Instant) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the offset applicable at the specified instant in these rules.
- getOffset(LocalDateTime) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets a suitable offset for the specified local date-time in these rules.
- getOffset() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffsetAfter() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Gets the offset after the transition.
- getOffsetAfter() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Gets the offset after the transition.
- getOffsetBefore() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Gets the offset before the transition.
- getOffsetBefore() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Gets the offset before the transition.
- getParsedString() - Method in exception org.threeten.bp.format.DateTimeParseException
-
Returns the string that was being parsed.
- getPositiveSign() - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Gets the character that represents the positive sign.
- getRangeUnit() - Method in enum org.threeten.bp.temporal.ChronoField
-
- getRangeUnit() - Method in interface org.threeten.bp.temporal.TemporalField
-
Gets the range that the field is bound by.
- getRules(String) - Static method in class org.threeten.bp.zone.ZoneRulesProvider
-
Gets the rules for the zone ID.
- getRules() - Method in class org.threeten.bp.ZoneId
-
Gets the time-zone rules for this ID allowing calculations to be performed.
- getRules() - Method in class org.threeten.bp.ZoneOffset
-
Gets the associated time-zone rules.
- getSecond() - Method in class org.threeten.bp.LocalDateTime
-
Gets the second-of-minute field.
- getSecond() - Method in class org.threeten.bp.LocalTime
-
Gets the second-of-minute field.
- getSecond() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the second-of-minute field.
- getSecond() - Method in class org.threeten.bp.OffsetTime
-
Gets the second-of-minute field.
- getSecond() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the second-of-minute field.
- getSeconds() - Method in class org.threeten.bp.Duration
-
Gets the number of seconds in this duration.
- getSeconds() - Method in class org.threeten.bp.Period
-
Gets the amount of seconds within a minute of this period.
- getSmallestMaximum() - Method in class org.threeten.bp.temporal.ValueRange
-
Gets the smallest possible maximum value that the field can take.
- getStandardOffset() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Gets the standard offset in force at the transition.
- getStandardOffset(Instant) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the standard offset for the specified instant in this zone.
- getSymbols() - Method in class org.threeten.bp.format.DateTimeFormatter
-
Gets the set of symbols to be used during formatting.
- getText(TextStyle, Locale) - Method in enum org.threeten.bp.DayOfWeek
-
Gets the textual representation, such as 'Mon' or 'Friday'.
- getText(TextStyle, Locale) - Method in class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- getText(TextStyle, Locale) - Method in enum org.threeten.bp.Month
-
Gets the textual representation, such as 'Jan' or 'December'.
- getText(TextStyle, Locale) - Method in class org.threeten.bp.temporal.Chrono
-
Gets the textual representation of this chronology.
- getText(TextStyle, Locale) - Method in interface org.threeten.bp.temporal.Era
-
Gets the textual representation of this era.
- getText(TextStyle, Locale) - Method in class org.threeten.bp.ZoneId
-
Gets the textual representation of the zone, such as 'British Time' or
'+02:00'.
- getTime() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- getTime() - Method in class org.threeten.bp.LocalDateTime
-
Gets the LocalTime
part of this date-time.
- getTime() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the LocalTime
part of this date-time.
- getTime() - Method in class org.threeten.bp.OffsetTime
-
Gets the LocalTime
part of this date-time.
- getTime() - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Gets the local time part of this date-time.
- getTime() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Gets the local time part of this date-time.
- getTime() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the LocalTime
part of this date-time.
- getTimeDefinition() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Gets the time definition, specifying how to convert the time to an instant.
- getTimeNanos() - Method in class org.threeten.bp.Period
-
Gets the total amount of the time units of this period, measured in nanoseconds.
- getTotalSeconds() - Method in class org.threeten.bp.ZoneOffset
-
Gets the total zone offset in seconds.
- getTransition(LocalDateTime) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the offset transition applicable at the specified local date-time in these rules.
- getTransitionRules() - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the list of transition rules for years beyond those defined in the transition list.
- getTransitions() - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the complete list of fully defined transitions.
- getUnit() - Method in class org.threeten.bp.temporal.SimplePeriod
-
Gets the unit of this period.
- getValidFieldValue(TemporalField) - Method in class org.threeten.bp.format.DateTimeBuilder
-
Gets the value of the specified field from the builder ensuring it is valid.
- getValidOffsets(LocalDateTime) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the offset applicable at the specified local date-time in these rules.
- getValue() - Method in enum org.threeten.bp.DayOfWeek
-
Gets the day-of-week int
value.
- getValue() - Method in enum org.threeten.bp.Month
-
Gets the month-of-year int
value.
- getValue() - Method in interface org.threeten.bp.temporal.Era
-
Gets the numeric value associated with the era as defined by the chronology.
- getValue() - Method in class org.threeten.bp.Year
-
Gets the year value.
- getVersions(String) - Static method in class org.threeten.bp.zone.ZoneRulesProvider
-
Gets the history of rules for the zone ID.
- getYear() - Method in class org.threeten.bp.LocalDate
-
Gets the year field.
- getYear() - Method in class org.threeten.bp.LocalDateTime
-
Gets the year field.
- getYear() - Method in class org.threeten.bp.OffsetDate
-
Gets the year field.
- getYear() - Method in class org.threeten.bp.OffsetDateTime
-
Gets the year field.
- getYear() - Method in class org.threeten.bp.YearMonth
-
Gets the year field.
- getYear() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the year field.
- getYears() - Method in class org.threeten.bp.Period
-
Gets the amount of years of this period.
- getZeroDigit() - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Gets the character that represents zero.
- getZone() - Method in class org.threeten.bp.Clock
-
Gets the time-zone being used to create dates and times.
- getZone() - Method in class org.threeten.bp.format.DateTimeFormatter
-
Gets the overriding zone to be used during formatting.
- getZone() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Gets the zone ID, such as 'Europe/Paris'.
- getZone() - Method in class org.threeten.bp.ZonedDateTime
-
Gets the time-zone, such as 'Europe/Paris'.
- INSTANCE - Static variable in class org.threeten.bp.calendar.HijrahChrono
-
Singleton instance of the Hijrah chronology.
- INSTANCE - Static variable in class org.threeten.bp.calendar.JapaneseChrono
-
Singleton instance for Japanese chronology.
- INSTANCE - Static variable in class org.threeten.bp.calendar.MinguoChrono
-
Singleton instance for the Minguo chronology.
- INSTANCE - Static variable in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
Singleton instance of the Buddhist chronology.
- INSTANCE - Static variable in class org.threeten.bp.temporal.ISOChrono
-
Singleton instance of the ISO chronology.
- instant() - Method in class org.threeten.bp.Clock
-
Gets the current instant of the clock.
- Instant - Class in org.threeten.bp
-
An instantaneous point on the time-line.
- INSTANT_COMPARATOR - Static variable in class org.threeten.bp.OffsetDateTime
-
Comparator for two OffsetDateTime
instances based solely on the instant.
- INSTANT_COMPARATOR - Static variable in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Comparator for two ChronoZonedDateTime
instances ignoring the chronology.
- isAfter(Instant) - Method in class org.threeten.bp.Instant
-
Checks if this instant is after the specified instant.
- isAfter(ChronoLocalDate<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- isAfter(ChronoLocalDateTime<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- isAfter(ChronoZonedDateTime<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- isAfter(ChronoLocalDate<?>) - Method in class org.threeten.bp.LocalDate
-
Checks if this date is after the specified date.
- isAfter(ChronoLocalDateTime<?>) - Method in class org.threeten.bp.LocalDateTime
-
Checks if this date-time is after the specified date-time.
- isAfter(LocalTime) - Method in class org.threeten.bp.LocalTime
-
Checks if this LocalTime
is after the specified time.
- isAfter(MonthDay) - Method in class org.threeten.bp.MonthDay
-
Is this month-day after the specified month-day.
- isAfter(OffsetDate) - Method in class org.threeten.bp.OffsetDate
-
Checks if the instant of midnight at the start of this OffsetDate
is after midnight at the start of the specified date.
- isAfter(OffsetDateTime) - Method in class org.threeten.bp.OffsetDateTime
-
Checks if the instant of this date-time is after that of the specified date-time.
- isAfter(OffsetTime) - Method in class org.threeten.bp.OffsetTime
-
Checks if the instant of this OffsetTime
is after that of the
specified time applying both times to a common date.
- isAfter(ChronoLocalDate<?>) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Checks if this date is after the specified date ignoring the chronology.
- isAfter(ChronoLocalDateTime<?>) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Checks if this date-time is after the specified date-time ignoring the chronology.
- isAfter(ChronoZonedDateTime<?>) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Checks if the instant of this date-time is after that of the specified date-time.
- isAfter(Year) - Method in class org.threeten.bp.Year
-
Is this year after the specified year.
- isAfter(YearMonth) - Method in class org.threeten.bp.YearMonth
-
Is this year-month after the specified year-month.
- isBefore(Instant) - Method in class org.threeten.bp.Instant
-
Checks if this instant is before the specified instant.
- isBefore(ChronoLocalDate<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- isBefore(ChronoLocalDateTime<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- isBefore(ChronoZonedDateTime<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- isBefore(ChronoLocalDate<?>) - Method in class org.threeten.bp.LocalDate
-
Checks if this date is before the specified date.
- isBefore(ChronoLocalDateTime<?>) - Method in class org.threeten.bp.LocalDateTime
-
Checks if this date-time is before the specified date-time.
- isBefore(LocalTime) - Method in class org.threeten.bp.LocalTime
-
Checks if this LocalTime
is before the specified time.
- isBefore(MonthDay) - Method in class org.threeten.bp.MonthDay
-
Is this month-day before the specified month-day.
- isBefore(OffsetDate) - Method in class org.threeten.bp.OffsetDate
-
Checks if the instant of midnight at the start of this OffsetDate
is before midnight at the start of the specified date.
- isBefore(OffsetDateTime) - Method in class org.threeten.bp.OffsetDateTime
-
Checks if the instant of this date-time is before that of the specified date-time.
- isBefore(OffsetTime) - Method in class org.threeten.bp.OffsetTime
-
Checks if the instant of this OffsetTime
is before that of the
specified time applying both times to a common date.
- isBefore(ChronoLocalDate<?>) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Checks if this date is before the specified date ignoring the chronology.
- isBefore(ChronoLocalDateTime<?>) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Checks if this date-time is before the specified date-time ignoring the chronology.
- isBefore(ChronoZonedDateTime<?>) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Checks if the instant of this date-time is before that of the specified date-time.
- isBefore(Year) - Method in class org.threeten.bp.Year
-
Is this year before the specified year.
- isBefore(YearMonth) - Method in class org.threeten.bp.YearMonth
-
Is this year-month before the specified year-month.
- isDateField() - Method in enum org.threeten.bp.temporal.ChronoField
-
Checks if this field represents a component of a date.
- isDateUnit() - Method in enum org.threeten.bp.temporal.ChronoUnit
-
Checks if this unit is a date unit.
- isDaylightSavings(Instant) - Method in class org.threeten.bp.zone.ZoneRules
-
Checks if the specified instant is in daylight savings.
- isDurationEstimated() - Method in enum org.threeten.bp.temporal.ChronoUnit
-
Checks if the duration of the unit is an estimate.
- isDurationEstimated() - Method in interface org.threeten.bp.temporal.TemporalUnit
-
Checks if the duration of the unit is an estimate.
- isEqual(ChronoLocalDate<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- isEqual(ChronoLocalDateTime<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- isEqual(ChronoZonedDateTime<?>) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- isEqual(ChronoLocalDate<?>) - Method in class org.threeten.bp.LocalDate
-
Checks if this date is equal to the specified date.
- isEqual(ChronoLocalDateTime<?>) - Method in class org.threeten.bp.LocalDateTime
-
Checks if this date-time is equal to the specified date-time.
- isEqual(OffsetDate) - Method in class org.threeten.bp.OffsetDate
-
Checks if the instant of midnight at the start of this OffsetDate
equals midnight at the start of the specified date.
- isEqual(OffsetDateTime) - Method in class org.threeten.bp.OffsetDateTime
-
Checks if the instant of this date-time is equal to that of the specified date-time.
- isEqual(OffsetTime) - Method in class org.threeten.bp.OffsetTime
-
Checks if the instant of this OffsetTime
is equal to that of the
specified time applying both times to a common date.
- isEqual(ChronoLocalDate<?>) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Checks if this date is equal to the specified date ignoring the chronology.
- isEqual(ChronoLocalDateTime<?>) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Checks if this date-time is equal to the specified date-time ignoring the chronology.
- isEqual(ChronoZonedDateTime<?>) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Checks if the instant of this date-time is equal to that of the specified date-time.
- isFixed() - Method in class org.threeten.bp.temporal.ValueRange
-
Is the value range fixed and fully known.
- isFixedOffset() - Method in class org.threeten.bp.zone.ZoneRules
-
Checks of the zone rules are fixed, such that the offset never varies.
- isGap() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Does this transition represent a gap in the local time-line.
- isGreaterThan(Duration) - Method in class org.threeten.bp.Duration
-
Checks if this duration is greater than the specified Duration
.
- isIntValue() - Method in class org.threeten.bp.temporal.ValueRange
-
Checks if all values in the range fit in an int
.
- isLeap(long) - Static method in class org.threeten.bp.Year
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeap() - Method in class org.threeten.bp.Year
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear(long) - Method in class org.threeten.bp.calendar.HijrahChrono
-
- isLeapYear(long) - Method in class org.threeten.bp.calendar.JapaneseChrono
-
Checks if the specified year is a leap year.
- isLeapYear(long) - Method in class org.threeten.bp.calendar.MinguoChrono
-
Checks if the specified year is a leap year.
- isLeapYear(long) - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
Checks if the specified year is a leap year.
- isLeapYear() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- isLeapYear() - Method in class org.threeten.bp.LocalDate
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear(long) - Method in class org.threeten.bp.temporal.Chrono
-
Checks if the specified year is a leap year.
- isLeapYear() - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Checks if the year is a leap year, as defined by the calendar system.
- isLeapYear(long) - Method in class org.threeten.bp.temporal.ISOChrono
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear() - Method in class org.threeten.bp.YearMonth
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLessThan(Duration) - Method in class org.threeten.bp.Duration
-
Checks if this duration is less than the specified Duration
.
- isMidnightEndOfDay() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Is the transition local time midnight at the end of day.
- isNegative() - Method in class org.threeten.bp.Duration
-
Checks if this duration is negative, excluding zero.
- ISO - Static variable in class org.threeten.bp.temporal.WeekFields
-
The ISO-8601 definition, where a week starts on Monday and the first week
has a minimum of 4 days.
- ISOChrono - Class in org.threeten.bp.temporal
-
The ISO calendar system.
- isoDate() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date with the
offset if available, such as '2011-12-03' or '2011-12-03+01:00'.
- isoDateTime() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date-time
with the offset and zone if available, such as '2011-12-03T10:15:30',
'2011-12-03T10:15:30+01:00' or '2011-12-03T10:15:30+01:00[Europe/Paris]'.
- ISOFields - Class in org.threeten.bp.temporal
-
Fields and units specific to the ISO-8601 calendar system,
including quarter-of-year and week-based-year.
- isoInstant() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO instant formatter that prints/parses an instant in UTC.
- isoLocalDate() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date without an offset,
such as '2011-12-03'.
- isoLocalDateTime() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date-time
without an offset, such as '2011-12-03T10:15:30'.
- isoLocalTime() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO time formatter that prints/parses a time without an offset,
such as '10:15' or '10:15:30'.
- isoOffsetDate() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date with an offset,
such as '2011-12-03+01:00'.
- isoOffsetDateTime() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date-time
with an offset, such as '2011-12-03T10:15:30+01:00'.
- isoOffsetTime() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO time formatter that prints/parses a time with an offset,
such as '10:15+01:00' or '10:15:30+01:00'.
- isoOrdinalDate() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses the ordinal date
without an offset, such as '2012-337'.
- isoTime() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO time formatter that prints/parses a time, with the
offset if available, such as '10:15', '10:15:30' or '10:15:30+01:00'.
- isOverlap() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Does this transition represent a gap in the local time-line.
- isoWeekDate() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses the week-based date
without an offset, such as '2012-W48-6'.
- isoZonedDateTime() - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date-time with
offset and zone, such as '2011-12-03T10:15:30+01:00[Europe/Paris]'.
- isPositive() - Method in class org.threeten.bp.Duration
-
Checks if this duration is positive, excluding zero.
- isPositive() - Method in class org.threeten.bp.Period
-
Checks if this period is fully positive, excluding zero.
- isSupported(TemporalField) - Method in enum org.threeten.bp.DayOfWeek
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.format.DateTimeBuilder
-
- isSupported(TemporalField) - Method in class org.threeten.bp.Instant
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- isSupported(TemporalField) - Method in class org.threeten.bp.jdk8.DefaultInterfaceEra
-
- isSupported(TemporalField) - Method in class org.threeten.bp.LocalDate
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.LocalDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.LocalTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in enum org.threeten.bp.Month
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.MonthDay
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.OffsetDate
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.OffsetDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.OffsetTime
-
Checks if the specified field is supported.
- isSupported(Temporal) - Method in enum org.threeten.bp.temporal.ChronoUnit
-
- isSupported(TemporalField) - Method in interface org.threeten.bp.temporal.TemporalAccessor
-
Checks if the specified field is supported.
- isSupported(Temporal) - Method in interface org.threeten.bp.temporal.TemporalUnit
-
Checks if this unit is supported by the specified temporal object.
- isSupported(TemporalField) - Method in class org.threeten.bp.Year
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.YearMonth
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.ZonedDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.threeten.bp.ZoneOffset
-
Checks if the specified field is supported.
- isTimeField() - Method in enum org.threeten.bp.temporal.ChronoField
-
Checks if this field represents a component of a time.
- isTimeUnit() - Method in enum org.threeten.bp.temporal.ChronoUnit
-
Checks if this unit is a time unit.
- isValidDay(int) - Method in class org.threeten.bp.YearMonth
-
Checks if the day-of-month is valid for this year-month.
- isValidIntValue(long) - Method in class org.threeten.bp.temporal.ValueRange
-
Checks if the value is within the valid range and that all values
in the range fit in an int
.
- isValidMonthDay(MonthDay) - Method in class org.threeten.bp.Year
-
Checks if the month-day is valid for this year.
- isValidOffset(ZoneOffset) - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Checks if the specified offset is valid during this transition.
- isValidOffset(LocalDateTime, ZoneOffset) - Method in class org.threeten.bp.zone.ZoneRules
-
Checks if the offset date-time is valid for these rules.
- isValidValue(long) - Method in class org.threeten.bp.temporal.ValueRange
-
Checks if the value is within the valid range.
- isValidYear(int) - Method in class org.threeten.bp.MonthDay
-
Checks if the year is valid for this month-day.
- isZero() - Method in class org.threeten.bp.Duration
-
Checks if this duration is zero length.
- isZero() - Method in class org.threeten.bp.Period
-
Checks if this period is zero-length.
- MAX - Static variable in class org.threeten.bp.Instant
-
The minimum supported Instant
, '-1000000000-01-01T00:00Z'.
- MAX - Static variable in class org.threeten.bp.LocalDate
-
The maximum supported LocalDate
, '+999999999-12-31'.
- MAX - Static variable in class org.threeten.bp.LocalDateTime
-
The maximum supported LocalDateTime
, '+999999999-12-31T23:59:59.999999999'.
- MAX - Static variable in class org.threeten.bp.LocalTime
-
The minimum supported LocalTime
, '23:59:59.999999999'.
- MAX - Static variable in class org.threeten.bp.OffsetDate
-
The maximum supported OffsetDate
, '+999999999-12-31-18:00'.
- MAX - Static variable in class org.threeten.bp.OffsetDateTime
-
The maximum supported OffsetDateTime
, '+999999999-12-31T23:59:59.999999999-18:00'.
- MAX - Static variable in class org.threeten.bp.OffsetTime
-
The maximum supported OffsetTime
, '23:59:59.999999999-18:00'.
- MAX - Static variable in class org.threeten.bp.ZoneOffset
-
Constant for the maximum supported offset.
- MAX_VALUE - Static variable in class org.threeten.bp.Year
-
The maximum supported year, '+999,999,999'.
- maxLength() - Method in enum org.threeten.bp.Month
-
Gets the maximum length of this month in days.
- MIDNIGHT - Static variable in class org.threeten.bp.LocalTime
-
The time of midnight at the start of the day, '00:00'.
- millis() - Method in class org.threeten.bp.Clock
-
Gets the current millisecond instant of the clock.
- MIN - Static variable in class org.threeten.bp.Instant
-
The minimum supported Instant
, '-1000000000-01-01T00:00Z'.
- MIN - Static variable in class org.threeten.bp.LocalDate
-
The minimum supported LocalDate
, '-999999999-01-01'.
- MIN - Static variable in class org.threeten.bp.LocalDateTime
-
The minimum supported LocalDateTime
, '-999999999-01-01T00:00:00'.
- MIN - Static variable in class org.threeten.bp.LocalTime
-
The minimum supported LocalTime
, '00:00'.
- MIN - Static variable in class org.threeten.bp.OffsetDate
-
The minimum supported OffsetDate
, '-999999999-01-01+18:00'.
- MIN - Static variable in class org.threeten.bp.OffsetDateTime
-
The minimum supported OffsetDateTime
, '-999999999-01-01T00:00:00+18:00'.
- MIN - Static variable in class org.threeten.bp.OffsetTime
-
The minimum supported OffsetTime
, '00:00:00+18:00'.
- MIN - Static variable in class org.threeten.bp.ZoneOffset
-
Constant for the maximum supported offset.
- MIN_VALUE - Static variable in class org.threeten.bp.Year
-
The minimum supported year, '-999,999,999'.
- MinguoChrono - Class in org.threeten.bp.calendar
-
The Minguo calendar system.
- minLength() - Method in enum org.threeten.bp.Month
-
Gets the minimum length of this month in days.
- minus(long) - Method in enum org.threeten.bp.DayOfWeek
-
Returns the day-of-week that is the specified number of days before this one.
- minus(Duration) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.Instant
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.Instant
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- minus(long, TemporalUnit) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- minus(TemporalSubtractor) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- minus(long, TemporalUnit) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- minus(TemporalSubtractor) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- minus(long, TemporalUnit) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- minus(TemporalSubtractor) - Method in class org.threeten.bp.jdk8.DefaultInterfaceTemporal
-
- minus(long, TemporalUnit) - Method in class org.threeten.bp.jdk8.DefaultInterfaceTemporal
-
- minus(TemporalSubtractor) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this date-time with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this date-time with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this time with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this time with the specified period subtracted.
- minus(long) - Method in enum org.threeten.bp.Month
-
Returns the month-of-year that is the specified number of months before this one.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this date with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this date with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this date-time with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this date-time with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this time with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this time with the specified period subtracted.
- minus(Period) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified period subtracted.
- minus(TemporalSubtractor) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
- minus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
- minus(TemporalSubtractor) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
- minus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
- minus(TemporalSubtractor) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
- minus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
- minus(TemporalSubtractor) - Method in interface org.threeten.bp.temporal.Temporal
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.Temporal
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.Year
-
Returns a copy of this year with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.Year
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this year-month with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.YearMonth
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalSubtractor) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with the specified period subtracted.
- minus(long, TemporalUnit) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with the specified period subtracted.
- minusDays(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified number of days subtracted.
- minusDays(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in days subtracted.
- minusDays(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified number of days subtracted.
- minusDays(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in days subtracted.
- minusDays(long) - Method in class org.threeten.bp.Period
-
- minusDays(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in days subtracted.
- minusHours(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in hours subtracted.
- minusHours(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in hours subtracted.
- minusHours(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in hours subtracted.
- minusHours(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in hours subtracted.
- minusHours(long) - Method in class org.threeten.bp.Period
-
- minusHours(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in hours subtracted.
- minusMillis(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration in milliseconds subtracted.
- minusMillis(long) - Method in class org.threeten.bp.Instant
-
Returns a copy of this instant with the specified duration in milliseconds subtracted.
- minusMinutes(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in minutes subtracted.
- minusMinutes(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in minutes subtracted.
- minusMinutes(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in minutes subtracted.
- minusMinutes(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in minutes subtracted.
- minusMinutes(long) - Method in class org.threeten.bp.Period
-
- minusMinutes(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in minutes subtracted.
- minusMonths(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified period in months subtracted.
- minusMonths(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in months subtracted.
- minusMonths(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in months subtracted.
- minusMonths(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in months subtracted.
- minusMonths(long) - Method in class org.threeten.bp.Period
-
- minusMonths(long) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this year-month with the specified period in months subtracted.
- minusMonths(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in months subtracted.
- minusNanos(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration in nanoseconds subtracted.
- minusNanos(long) - Method in class org.threeten.bp.Instant
-
Returns a copy of this instant with the specified duration in nanoseconds subtracted.
- minusNanos(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class org.threeten.bp.Period
-
- minusNanos(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in nanoseconds subtracted.
- minusSeconds(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration in seconds subtracted.
- minusSeconds(long) - Method in class org.threeten.bp.Instant
-
Returns a copy of this instant with the specified duration in seconds subtracted.
- minusSeconds(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class org.threeten.bp.Period
-
- minusSeconds(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in seconds subtracted.
- minusWeeks(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in weeks subtracted.
- minusYears(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified period in years subtracted.
- minusYears(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in years subtracted.
- minusYears(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in years subtracted.
- minusYears(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in years subtracted.
- minusYears(long) - Method in class org.threeten.bp.Period
-
- minusYears(long) - Method in class org.threeten.bp.Year
-
Returns a copy of this year with the specified number of years subtracted.
- minusYears(long) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this year-month with the specified period in years subtracted.
- minusYears(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in years subtracted.
- MODIFIED_JULIAN_DAY - Static variable in class org.threeten.bp.temporal.JulianFields
-
Modified Julian Day field.
- Month - Enum in org.threeten.bp
-
A month-of-year, such as 'July'.
- MonthDay - Class in org.threeten.bp
-
A month-day in the ISO-8601 calendar system, such as --12-03
.
- multipliedBy(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration multiplied by the scalar.
- multipliedBy(int) - Method in class org.threeten.bp.Period
-
Returns a new instance with each element in this period multiplied
by the specified scalar.
- negated() - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the length negated.
- negated() - Method in class org.threeten.bp.Period
-
Returns a new instance with each amount in this period negated.
- next(DayOfWeek) - Static method in class org.threeten.bp.temporal.TemporalAdjusters
-
Returns the next day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week after the date being adjusted.
- nextOrSame(DayOfWeek) - Static method in class org.threeten.bp.temporal.TemporalAdjusters
-
Returns the next-or-same day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week after the date being adjusted
unless it is already on that day in which case the same object is returned.
- nextTransition(Instant) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the next transition after the specified instant.
- NOON - Static variable in class org.threeten.bp.LocalTime
-
The time of noon in the middle of the day, '12:00'.
- normalizedDaysToHours() - Method in class org.threeten.bp.Period
-
Returns a copy of this period with any days converted to hours using a 24 hour day.
- normalizedHoursToDays() - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the days and hours normalized using a 24 hour day.
- normalizedMonthsISO() - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the years and months normalized using a 12 month year.
- now() - Static method in class org.threeten.bp.Instant
-
Obtains the current instant from the system clock.
- now(Clock) - Static method in class org.threeten.bp.Instant
-
Obtains the current instant from the specified clock.
- now() - Static method in class org.threeten.bp.LocalDate
-
Obtains the current date from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.LocalDate
-
Obtains the current date from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.LocalDate
-
Obtains the current date from the specified clock.
- now() - Static method in class org.threeten.bp.LocalDateTime
-
Obtains the current date-time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains the current date-time from the specified clock.
- now() - Static method in class org.threeten.bp.LocalTime
-
Obtains the current time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.LocalTime
-
Obtains the current time from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.LocalTime
-
Obtains the current time from the specified clock.
- now() - Static method in class org.threeten.bp.MonthDay
-
Obtains the current month-day from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.MonthDay
-
Obtains the current month-day from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.MonthDay
-
Obtains the current month-day from the specified clock.
- now() - Static method in class org.threeten.bp.OffsetDate
-
Obtains the current date from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.OffsetDate
-
Obtains the current date from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.OffsetDate
-
Obtains the current date from the specified clock.
- now() - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains the current date-time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains the current date-time from the specified clock.
- now() - Static method in class org.threeten.bp.OffsetTime
-
Obtains the current time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.OffsetTime
-
Obtains the current time from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.OffsetTime
-
Obtains the current time from the specified clock.
- now() - Static method in class org.threeten.bp.Year
-
Obtains the current year from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.Year
-
Obtains the current year from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.Year
-
Obtains the current year from the specified clock.
- now() - Static method in class org.threeten.bp.YearMonth
-
Obtains the current year-month from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.YearMonth
-
Obtains the current year-month from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.YearMonth
-
Obtains the current year-month from the specified clock.
- now() - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains the current date-time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(Clock) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains the current date-time from the specified clock.
- of(int) - Static method in enum org.threeten.bp.DayOfWeek
-
Obtains an instance of DayOfWeek
from an int
value.
- of(long, TemporalUnit) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a duration in the specified unit.
- of(Locale) - Static method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Obtains symbols for the specified locale.
- of(int, Month, int) - Static method in class org.threeten.bp.LocalDate
-
Obtains an instance of LocalDate
from a year, month and day.
- of(int, int, int) - Static method in class org.threeten.bp.LocalDate
-
Obtains an instance of LocalDate
from a year, month and day.
- of(int, Month, int, int, int) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour and minute, setting the second and nanosecond to zero.
- of(int, Month, int, int, int, int) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute and second, setting the nanosecond to zero.
- of(int, Month, int, int, int, int, int) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute, second and nanosecond.
- of(int, int, int, int, int) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour and minute, setting the second and nanosecond to zero.
- of(int, int, int, int, int, int) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute and second, setting the nanosecond to zero.
- of(int, int, int, int, int, int, int) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute, second and nanosecond.
- of(LocalDate, LocalTime) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from a date and time.
- of(int, int) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from an hour and minute.
- of(int, int, int) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from an hour, minute and second.
- of(int, int, int, int) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from an hour, minute, second and nanosecond.
- of(int) - Static method in enum org.threeten.bp.Month
-
Obtains an instance of Month
from an int
value.
- of(Month, int) - Static method in class org.threeten.bp.MonthDay
-
Obtains an instance of MonthDay
.
- of(int, int) - Static method in class org.threeten.bp.MonthDay
-
Obtains an instance of MonthDay
.
- of(LocalDate, ZoneOffset) - Static method in class org.threeten.bp.OffsetDate
-
Obtains an instance of OffsetDate
from a local date and an offset.
- of(LocalDate, LocalTime, ZoneOffset) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a date, time and offset.
- of(LocalDateTime, ZoneOffset) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a date-time and offset.
- of(ZonedDateTime) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a ZonedDateTime
.
- of(LocalTime, ZoneOffset) - Static method in class org.threeten.bp.OffsetTime
-
Obtains an instance of OffsetTime
from a local time and an offset.
- of(int, int, int, int, int, int) - Static method in class org.threeten.bp.Period
-
Obtains a Period
from date-based and time-based fields.
- of(int, int, int, int, int, int, long) - Static method in class org.threeten.bp.Period
-
Obtains a Period
from date-based and time-based fields.
- of(long, TemporalUnit) - Static method in class org.threeten.bp.Period
-
Obtains an instance of Period
from a period in the specified unit.
- of(Duration) - Static method in class org.threeten.bp.Period
-
Obtains a Period
from a Duration
.
- of(String) - Static method in class org.threeten.bp.temporal.Chrono
-
Obtains an instance of Chrono
from a chronology ID or
calendar system type.
- of(long, TemporalUnit) - Static method in class org.threeten.bp.temporal.SimplePeriod
-
Obtains an instance of SimplePeriod
from a period in the specified unit.
- of(long, long) - Static method in class org.threeten.bp.temporal.ValueRange
-
Obtains a fixed value range.
- of(long, long, long) - Static method in class org.threeten.bp.temporal.ValueRange
-
Obtains a variable value range.
- of(long, long, long, long) - Static method in class org.threeten.bp.temporal.ValueRange
-
Obtains a fully variable value range.
- of(Locale) - Static method in class org.threeten.bp.temporal.WeekFields
-
Obtains an instance of WeekFields
appropriate for a locale.
- of(DayOfWeek, int) - Static method in class org.threeten.bp.temporal.WeekFields
-
Obtains an instance of WeekFields
from the first day-of-week and minimal days.
- of(int) - Static method in class org.threeten.bp.Year
-
Obtains an instance of Year
.
- of(int, Month) - Static method in class org.threeten.bp.YearMonth
-
Obtains an instance of YearMonth
from a year and month.
- of(int, int) - Static method in class org.threeten.bp.YearMonth
-
Obtains an instance of YearMonth
from a year and month.
- of(LocalDateTime, ZoneOffset, ZoneOffset) - Static method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Obtains an instance defining a transition between two offsets.
- of(Month, int, DayOfWeek, LocalTime, boolean, ZoneOffsetTransitionRule.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Static method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Obtains an instance defining the yearly rule to create transitions between two offsets.
- of(ZoneOffset, ZoneOffset, List<ZoneOffsetTransition>, List<ZoneOffsetTransition>, List<ZoneOffsetTransitionRule>) - Static method in class org.threeten.bp.zone.ZoneRules
-
Obtains an instance of ZoneRules
with full transition rules.
- of(ZoneOffset) - Static method in class org.threeten.bp.zone.ZoneRules
-
Obtains an instance of ZoneRules
that always uses the same offset.
- of(LocalDateTime, ZoneId) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a local date-time.
- of(String, Map<String, String>) - Static method in class org.threeten.bp.ZoneId
-
Obtains an instance of ZoneId
using its ID using a map
of aliases to supplement the standard zone IDs.
- of(String) - Static method in class org.threeten.bp.ZoneId
-
Obtains an instance of ZoneId
from an ID ensuring that the
ID is valid and available for use.
- of(String) - Static method in class org.threeten.bp.ZoneOffset
-
Obtains an instance of ZoneOffset
using the ID.
- ofDate(int, int, int) - Static method in class org.threeten.bp.Period
-
Obtains a Period
from date-based fields.
- ofDays(long) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a number of standard 24 hour days.
- ofDefaultLocale() - Static method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Obtains symbols for the default locale.
- ofEpochDay(long) - Static method in class org.threeten.bp.LocalDate
-
Obtains an instance of LocalDate
from the epoch day count.
- ofEpochMilli(long) - Static method in class org.threeten.bp.Instant
-
Obtains an instance of Instant
using milliseconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochSecond(long) - Static method in class org.threeten.bp.Instant
-
Obtains an instance of Instant
using seconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochSecond(long, long) - Static method in class org.threeten.bp.Instant
-
Obtains an instance of Instant
using seconds from the
epoch of 1970-01-01T00:00:00Z and nanosecond fraction of second.
- ofEpochSecond(long, int, ZoneOffset) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
using seconds from the
epoch of 1970-01-01T00:00:00Z.
- offset(Clock, Duration) - Static method in class org.threeten.bp.Clock
-
Obtains a clock that returns instants from the specified clock with the
specified duration added
- offset() - Static method in class org.threeten.bp.temporal.TemporalQueries
-
A query for the ZoneOffset
.
- OffsetDate - Class in org.threeten.bp
-
A date with an offset from UTC/Greenwich in the ISO-8601 calendar system,
such as 2007-12-03+01:00
.
- OffsetDateTime - Class in org.threeten.bp
-
A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system,
such as 2007-12-03T10:15:30+01:00
.
- OffsetTime - Class in org.threeten.bp
-
A time with an offset from UTC/Greenwich in the ISO-8601 calendar system,
such as 10:15:30+01:00
.
- ofHours(long) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a number of standard length hours.
- ofHours(int) - Static method in class org.threeten.bp.ZoneOffset
-
Obtains an instance of ZoneOffset
using an offset in hours.
- ofHoursMinutes(int, int) - Static method in class org.threeten.bp.ZoneOffset
-
Obtains an instance of ZoneOffset
using an offset in
hours and minutes.
- ofHoursMinutesSeconds(int, int, int) - Static method in class org.threeten.bp.ZoneOffset
-
Obtains an instance of ZoneOffset
using an offset in
hours, minutes and seconds.
- ofInstant(Instant, ZoneId) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from an Instant
and zone ID.
- ofInstant(Instant, ZoneId) - Static method in class org.threeten.bp.OffsetDate
-
Obtains an instance of OffsetDate
from an Instant
and zone ID.
- ofInstant(Instant, ZoneId) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from an Instant
and zone ID.
- ofInstant(Instant, ZoneId) - Static method in class org.threeten.bp.OffsetTime
-
Obtains an instance of OffsetTime
from an Instant
and zone ID.
- ofInstant(Instant, ZoneId) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from an Instant
.
- ofInstant(LocalDateTime, ZoneOffset, ZoneId) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from the instant formed by combining
the local date-time and offset.
- ofLocal(LocalDateTime, ZoneId, ZoneOffset) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a local date-time
using the preferred offset if possible.
- ofLocale(Locale) - Static method in class org.threeten.bp.temporal.Chrono
-
Obtains an instance of Chrono
from a locale.
- ofMillis(long) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a number of milliseconds.
- ofMinutes(long) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a number of standard length minutes.
- ofNanoOfDay(long) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from a nanos-of-day value.
- ofNanos(long) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a number of nanoseconds.
- ofSecondOfDay(long) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from a second-of-day value.
- ofSecondOfDay(long, int) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from a second-of-day value, with
associated nanos of second.
- ofSeconds(long) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a number of seconds.
- ofSeconds(long, long) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
from a number of seconds
and an adjustment in nanoseconds.
- ofStrict(LocalDateTime, ZoneOffset, ZoneId) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains an instance of ZonedDateTime
strictly validating the
combination of local date-time, offset and zone ID.
- ofTime(int, int, int) - Static method in class org.threeten.bp.Period
-
Obtains a Period
from time-based fields.
- ofTime(int, int, int, long) - Static method in class org.threeten.bp.Period
-
Obtains a Period
from time-based fields.
- ofTotalSeconds(int) - Static method in class org.threeten.bp.ZoneOffset
-
Obtains an instance of ZoneOffset
specifying the total offset in seconds
- ofYearDay(int, int) - Static method in class org.threeten.bp.LocalDate
-
Obtains an instance of LocalDate
from a year and day-of-year.
- OLD_IDS_POST_2005 - Static variable in class org.threeten.bp.ZoneId
-
A map of zone overrides to enable the older US time-zone names to be used.
- OLD_IDS_PRE_2005 - Static variable in class org.threeten.bp.ZoneId
-
A map of zone overrides to enable the older US time-zone names to be used.
- optionalEnd() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Ends an optional section.
- optionalStart() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Mark the start of an optional section.
- org.threeten.bp - package org.threeten.bp
-
The main API for dates, times, instants, and durations.
- org.threeten.bp.calendar - package org.threeten.bp.calendar
-
Support for calendar systems other than the default ISO.
- org.threeten.bp.format - package org.threeten.bp.format
-
Provides classes to print and parse dates and times.
- org.threeten.bp.jdk8 - package org.threeten.bp.jdk8
-
Simulates JDK 1.8 features on JDK 1.7.
- org.threeten.bp.temporal - package org.threeten.bp.temporal
-
Access to date and time using fields and units, plus additional value type classes.
- org.threeten.bp.zone - package org.threeten.bp.zone
-
Support for time-zones and their rules.
- padNext(int) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width using a space.
- padNext(int, char) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width.
- parse(CharSequence) - Static method in class org.threeten.bp.Duration
-
Obtains an instance of Duration
by parsing a text string.
- parse(CharSequence, Class<T>) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Fully parses the text producing an object of the specified type.
- parse(CharSequence) - Static method in class org.threeten.bp.Instant
-
Obtains an instance of Instant
from a text string such as
2007-12-03T10:15:30:00
.
- parse(CharSequence) - Static method in class org.threeten.bp.LocalDate
-
Obtains an instance of LocalDate
from a text string such as 2007-12-03
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.LocalDate
-
Obtains an instance of LocalDate
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from a text string such as 2007-12-03T10:15:30
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.LocalDateTime
-
Obtains an instance of LocalDateTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from a text string such as 10:15
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.LocalTime
-
Obtains an instance of LocalTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.MonthDay
-
Obtains an instance of MonthDay
from a text string such as --12-03
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.MonthDay
-
Obtains an instance of MonthDay
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.OffsetDate
-
Obtains an instance of OffsetDate
from a text string such as 2007-12-03+01:00
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.OffsetDate
-
Obtains an instance of OffsetDate
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a text string
such as 2007-12-03T10:15:30+01:00
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.OffsetTime
-
Obtains an instance of OffsetTime
from a text string such as 10:15:30+01:00
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.OffsetTime
-
Obtains an instance of OffsetTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.Period
-
Obtains a Period
from a text string such as PnYnMnDTnHnMn.nS
.
- parse(CharSequence) - Static method in class org.threeten.bp.Year
-
Obtains an instance of Year
from a text string such as 2007
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.Year
-
Obtains an instance of Year
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.YearMonth
-
Obtains an instance of YearMonth
from a text string such as 2007-12
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.YearMonth
-
Obtains an instance of YearMonth
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a text string such as
2007-12-03T10:15:30+01:00[Europe/Paris]
.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.threeten.bp.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a text string using a specific formatter.
- parseBest(CharSequence, Class<?>...) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Fully parses the text producing an object of one of the specified types.
- parseCaseInsensitive() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Changes the parse style to be case insensitive for the remainder of the formatter.
- parseCaseSensitive() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Changes the parse style to be case sensitive for the remainder of the formatter.
- parseLenient() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Changes the parse style to be lenient for the remainder of the formatter.
- parseStrict() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Changes the parse style to be strict for the remainder of the formatter.
- parseToBuilder(CharSequence) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Parses the text to a builder.
- parseToBuilder(CharSequence, ParsePosition) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Parses the text to a builder.
- pattern(String) - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Creates a formatter using the specified pattern.
- pattern(String, Locale) - Static method in class org.threeten.bp.format.DateTimeFormatters
-
Creates a formatter using the specified pattern.
- Period - Class in org.threeten.bp
-
A period of time, measured using the most common units, such as '3 Months, 4 Days and 7 Hours'.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.Instant
-
Calculates the period between this instant and another instant in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.LocalDate
-
Calculates the period between this date and another date in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.LocalDateTime
-
Calculates the period between this date-time and another date-time in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.LocalTime
-
Calculates the period between this time and another time in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.OffsetDate
-
Calculates the period between this date and another date in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.OffsetDateTime
-
Calculates the period between this date-time and another date-time in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.OffsetTime
-
Calculates the period between this time and another time in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in interface org.threeten.bp.temporal.Temporal
-
Calculates the period between this temporal and another temporal in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.Year
-
Calculates the period between this year and another year in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.YearMonth
-
Calculates the period between this year-month and another year-month in
terms of the specified unit.
- periodUntil(Temporal, TemporalUnit) - Method in class org.threeten.bp.ZonedDateTime
-
Calculates the period between this date-time and another date-time in
terms of the specified unit.
- plus(long) - Method in enum org.threeten.bp.DayOfWeek
-
Returns the day-of-week that is the specified number of days after this one.
- plus(Duration) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration added.
- plus(TemporalAdder) - Method in class org.threeten.bp.Instant
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.Instant
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- plus(TemporalAdder) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- plus(TemporalAdder) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- plus(TemporalAdder) - Method in class org.threeten.bp.jdk8.DefaultInterfaceTemporal
-
- plus(TemporalAdder) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this date-time with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this date-time with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this date with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this time with the specified period added.
- plus(long) - Method in enum org.threeten.bp.Month
-
Returns the month-of-year that is the specified number of quarters after this one.
- plus(TemporalAdder) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this date with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this date with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this date-time with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this date-time with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this date with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this time with the specified period added.
- plus(Period) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified period added.
- plus(TemporalAdder) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
- plus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
- plus(TemporalAdder) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
- plus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
- plus(TemporalAdder) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
- plus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
- plus(TemporalAdder) - Method in interface org.threeten.bp.temporal.Temporal
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in interface org.threeten.bp.temporal.Temporal
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.Year
-
Returns a copy of this year with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.Year
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this year-month with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.YearMonth
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAdder) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with the specified period added.
- plus(long, TemporalUnit) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with the specified period added.
- plusDays(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified number of days added.
- plusDays(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in days added.
- plusDays(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in days added.
- plusDays(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified period in days added.
- plusDays(long) - Method in class org.threeten.bp.Period
-
- plusDays(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in days added.
- plusHours(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in hours added.
- plusHours(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in hours added.
- plusHours(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in hours added.
- plusHours(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in hours added.
- plusHours(long) - Method in class org.threeten.bp.Period
-
- plusHours(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in hours added.
- plusMillis(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration in milliseconds added.
- plusMillis(long) - Method in class org.threeten.bp.Instant
-
Returns a copy of this instant with the specified duration in milliseconds added.
- plusMinutes(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in minutes added.
- plusMinutes(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in minutes added.
- plusMinutes(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in minutes added.
- plusMinutes(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in minutes added.
- plusMinutes(long) - Method in class org.threeten.bp.Period
-
- plusMinutes(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in minutes added.
- plusMonths(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified period in months added.
- plusMonths(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in months added.
- plusMonths(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in months added.
- plusMonths(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in months added.
- plusMonths(long) - Method in class org.threeten.bp.Period
-
- plusMonths(long) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this year-month with the specified period in months added.
- plusMonths(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in months added.
- plusNanos(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration in nanoseconds added.
- plusNanos(long) - Method in class org.threeten.bp.Instant
-
Returns a copy of this instant with the specified duration in nanoseconds added.
- plusNanos(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class org.threeten.bp.Period
-
- plusNanos(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in nanoseconds added.
- plusSeconds(long) - Method in class org.threeten.bp.Duration
-
Returns a copy of this duration with the specified duration in seconds added.
- plusSeconds(long) - Method in class org.threeten.bp.Instant
-
Returns a copy of this instant with the specified duration in seconds added.
- plusSeconds(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class org.threeten.bp.Period
-
- plusSeconds(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in seconds added.
- plusWeeks(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified period in weeks added.
- plusWeeks(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in weeks added.
- plusWeeks(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in weeks added.
- plusWeeks(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified period in weeks added.
- plusWeeks(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in weeks added.
- plusYears(long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this LocalDate
with the specified period in years added.
- plusYears(long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in years added.
- plusYears(long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in years added.
- plusYears(long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in years added.
- plusYears(long) - Method in class org.threeten.bp.Period
-
- plusYears(long) - Method in class org.threeten.bp.Year
-
Returns a copy of this year with the specified number of years added.
- plusYears(long) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this year-month with the specified period in years added.
- plusYears(long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in years added.
- precision() - Static method in class org.threeten.bp.temporal.TemporalQueries
-
A query for the smallest supported unit.
- previous(DayOfWeek) - Static method in class org.threeten.bp.temporal.TemporalAdjusters
-
Returns the previous day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week before the date being adjusted.
- previousOrSame(DayOfWeek) - Static method in class org.threeten.bp.temporal.TemporalAdjusters
-
Returns the previous-or-same day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week before the date being adjusted
unless it is already on that day in which case the same object is returned.
- previousTransition(Instant) - Method in class org.threeten.bp.zone.ZoneRules
-
Gets the previous transition before the specified instant.
- print(TemporalAccessor) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Prints a date-time object using this formatter.
- printTo(TemporalAccessor, Appendable) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Prints a date-time object to an Appendable
using this formatter.
- prolepticYear(Era<HijrahChrono>, int) - Method in class org.threeten.bp.calendar.HijrahChrono
-
- prolepticYear(Era<JapaneseChrono>, int) - Method in class org.threeten.bp.calendar.JapaneseChrono
-
- prolepticYear(Era<MinguoChrono>, int) - Method in class org.threeten.bp.calendar.MinguoChrono
-
- prolepticYear(Era<ThaiBuddhistChrono>, int) - Method in class org.threeten.bp.calendar.ThaiBuddhistChrono
-
- prolepticYear(Era<C>, int) - Method in class org.threeten.bp.temporal.Chrono
-
Calculates the proleptic-year given the era and year-of-era.
- prolepticYear(Era<ISOChrono>, int) - Method in class org.threeten.bp.temporal.ISOChrono
-
- provideBind(String) - Method in class org.threeten.bp.zone.ZoneRulesProvider
-
SPI method to bind to the specified zone ID.
- provideRefresh() - Method in class org.threeten.bp.zone.ZoneRulesProvider
-
SPI method to refresh the rules from the underlying data provider.
- provideRules(String) - Method in class org.threeten.bp.zone.TzdbZoneRulesProvider
-
- provideRules(String) - Method in class org.threeten.bp.zone.ZoneRulesProvider
-
SPI method to get the rules for the zone ID.
- provideVersions(String) - Method in class org.threeten.bp.zone.TzdbZoneRulesProvider
-
- provideVersions(String) - Method in class org.threeten.bp.zone.ZoneRulesProvider
-
SPI method to get the history of rules for the zone ID.
- provideZoneIds() - Method in class org.threeten.bp.zone.TzdbZoneRulesProvider
-
- provideZoneIds() - Method in class org.threeten.bp.zone.ZoneRulesProvider
-
SPI method to get the available zone IDs.
- Temporal - Interface in org.threeten.bp.temporal
-
Framework-level interface defining read-write access to a temporal object,
such as a date, time, offset or some combination of these.
- TemporalAccessor - Interface in org.threeten.bp.temporal
-
Framework-level interface defining read-only access to a temporal object,
such as a date, time, offset or some combination of these.
- TemporalAdder - Interface in org.threeten.bp.temporal
-
Strategy for adding to a temporal object.
- TemporalAdjuster - Interface in org.threeten.bp.temporal
-
Strategy for adjusting a temporal object.
- TemporalAdjusters - Class in org.threeten.bp.temporal
-
Common implementations of TemporalAdjuster
.
- TemporalField - Interface in org.threeten.bp.temporal
-
A field of date-time, such as month-of-year or hour-of-minute.
- TemporalQueries - Class in org.threeten.bp.temporal
-
Common implementations of TemporalQuery
.
- TemporalQuery<R> - Interface in org.threeten.bp.temporal
-
Strategy for querying a temporal object.
- TemporalSubtractor - Interface in org.threeten.bp.temporal
-
Strategy for subtracting from a temporal object.
- TemporalUnit - Interface in org.threeten.bp.temporal
-
A unit of date-time, such as Days or Hours.
- TextStyle - Enum in org.threeten.bp.format
-
Enumeration of the style of text output to use.
- ThaiBuddhistChrono - Class in org.threeten.bp.calendar
-
The Thai Buddhist calendar system.
- tick(Clock, Duration) - Static method in class org.threeten.bp.Clock
-
Obtains a clock that returns instants from the specified clock truncated
to the nearest occurrence of the specified duration.
- tickMinutes(ZoneId) - Static method in class org.threeten.bp.Clock
-
Obtains a clock that returns the current instant ticking in whole minutes
using best available system clock.
- tickSeconds(ZoneId) - Static method in class org.threeten.bp.Clock
-
Obtains a clock that returns the current instant ticking in whole seconds
using best available system clock.
- toDateOnly() - Method in class org.threeten.bp.Period
-
Converts this period to one that only has date units.
- toDuration() - Method in class org.threeten.bp.Period
-
Calculates the duration of this period.
- toEpochDay() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- toEpochDay() - Method in class org.threeten.bp.LocalDate
-
- toEpochDay() - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Converts this date to the Epoch Day.
- toEpochMilli() - Method in class org.threeten.bp.Instant
-
Converts this instant to the number of milliseconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochSecond(ZoneOffset) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- toEpochSecond() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- toEpochSecond() - Method in class org.threeten.bp.OffsetDateTime
-
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
- toEpochSecond(ZoneOffset) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Converts this date-time to the number of seconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochSecond() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Converts this date-time to the number of seconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochSecond() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Gets the transition instant as an epoch second.
- toFormat() - Method in class org.threeten.bp.format.DateTimeFormatter
-
Returns this formatter as a java.text.Format
instance.
- toFormat(Class<?>) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Returns this formatter as a java.text.Format
instance that will
parse to the specified type.
- toFormatter() - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Completes this builder by creating the DateTimeFormatter using the default locale.
- toFormatter(Locale) - Method in class org.threeten.bp.format.DateTimeFormatterBuilder
-
Completes this builder by creating the DateTimeFormatter using the specified locale.
- toInstant(ZoneOffset) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- toInstant() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- toInstant() - Method in class org.threeten.bp.OffsetDateTime
-
Converts this date-time to an Instant
.
- toInstant(ZoneOffset) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Converts this date-time to an Instant
.
- toInstant() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Converts this date-time to an Instant
.
- toMillis() - Method in class org.threeten.bp.Duration
-
Converts this duration to the total length in milliseconds.
- toNanoOfDay() - Method in class org.threeten.bp.LocalTime
-
Extracts the time as nanos of day,
from 0
to 24 * 60 * 60 * 1,000,000,000 - 1
.
- toNanos() - Method in class org.threeten.bp.Duration
-
Converts this duration to the total length in nanoseconds expressed as a long
.
- toOffsetDate() - Method in class org.threeten.bp.OffsetDateTime
-
Converts this date-time to an OffsetDate
.
- toOffsetDateTime() - Method in class org.threeten.bp.ZonedDateTime
-
Converts this date-time to an OffsetDateTime
.
- toOffsetTime() - Method in class org.threeten.bp.OffsetDateTime
-
Converts this date-time to an OffsetTime
.
- toSecondOfDay() - Method in class org.threeten.bp.LocalTime
-
Extracts the time as seconds of day,
from 0
to 24 * 60 * 60 - 1
.
- toString() - Method in class org.threeten.bp.Clock
-
Returns a string describing this clock.
- toString() - Method in class org.threeten.bp.Duration
-
A string representation of this duration using ISO-8601 seconds
based representation, such as PT12.345S
.
- toString() - Method in class org.threeten.bp.format.DateTimeBuilder
-
- toString() - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Returns a string describing these symbols.
- toString() - Method in class org.threeten.bp.format.DateTimeFormatter
-
Returns a description of the underlying formatters.
- toString() - Method in class org.threeten.bp.Instant
-
A string representation of this instant using ISO-8601 representation.
- toString() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- toString(DateTimeFormatter) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- toString() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- toString(DateTimeFormatter) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- toString() - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- toString(DateTimeFormatter) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- toString() - Method in class org.threeten.bp.LocalDate
-
Outputs this date as a String
, such as 2007-12-03
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.LocalDate
-
Outputs this date as a String
using the formatter.
- toString() - Method in class org.threeten.bp.LocalDateTime
-
Outputs this date-time as a String
, such as 2007-12-03T10:15:30
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.LocalDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in class org.threeten.bp.LocalTime
-
Outputs this time as a String
, such as 10:15
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.LocalTime
-
Outputs this time as a String
using the formatter.
- toString() - Method in class org.threeten.bp.MonthDay
-
Outputs this month-day as a String
, such as --12-03
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.MonthDay
-
Outputs this month-day as a String
using the formatter.
- toString() - Method in class org.threeten.bp.OffsetDate
-
Outputs this date as a String
, such as 2007-12-03+01:00
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.OffsetDate
-
Outputs this date as a String
using the formatter.
- toString() - Method in class org.threeten.bp.OffsetDateTime
-
Outputs this date-time as a String
, such as 2007-12-03T10:15:30+01:00
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.OffsetDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in class org.threeten.bp.OffsetTime
-
Outputs this time as a String
, such as 10:15:30+01:00
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.OffsetTime
-
Outputs this time as a String
using the formatter.
- toString() - Method in class org.threeten.bp.Period
-
Outputs this period as a String
, such as P6Y3M1DT12H
.
- toString() - Method in class org.threeten.bp.temporal.Chrono
-
Outputs this chronology as a String
, using the ID.
- toString() - Method in enum org.threeten.bp.temporal.ChronoField
-
- toString() - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Outputs this date as a String
.
- toString(DateTimeFormatter) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Outputs this date-time as a String
.
- toString(DateTimeFormatter) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in enum org.threeten.bp.temporal.ChronoUnit
-
- toString() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Outputs this date-time as a String
.
- toString(DateTimeFormatter) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in class org.threeten.bp.temporal.SimplePeriod
-
Outputs this period as a String
, such as 2 Months
.
- toString() - Method in interface org.threeten.bp.temporal.TemporalUnit
-
Outputs this unit as a String
using the name.
- toString() - Method in class org.threeten.bp.temporal.ValueRange
-
Outputs this range as a String
.
- toString() - Method in class org.threeten.bp.temporal.WeekFields
-
A string representation of this definition.
- toString() - Method in class org.threeten.bp.Year
-
Outputs this year as a String
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.Year
-
Outputs this year as a String
using the formatter.
- toString() - Method in class org.threeten.bp.YearMonth
-
Outputs this year-month as a String
, such as 2007-12
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.YearMonth
-
Outputs this year-month as a String
using the formatter.
- toString() - Method in class org.threeten.bp.zone.TzdbZoneRulesProvider
-
- toString() - Method in class org.threeten.bp.zone.ZoneOffsetTransition
-
Returns a string describing this object.
- toString() - Method in class org.threeten.bp.zone.ZoneOffsetTransitionRule
-
Returns a string describing this object.
- toString() - Method in class org.threeten.bp.ZonedDateTime
-
Outputs this date-time as a String
, such as
2007-12-03T10:15:30+01:00[Europe/Paris]
.
- toString(DateTimeFormatter) - Method in class org.threeten.bp.ZonedDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in class org.threeten.bp.ZoneId
-
Outputs this zone as a String
, using the ID.
- toString() - Method in class org.threeten.bp.ZoneOffset
-
Outputs this offset as a String
, using the normalized ID.
- toTimeOnly() - Method in class org.threeten.bp.Period
-
Converts this period to one that only has time units.
- toZonedDateTime() - Method in class org.threeten.bp.OffsetDateTime
-
Converts this date-time to a ZonedDateTime
using the offset as the zone ID.
- truncatedTo(TemporalUnit) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the time truncated.
- truncatedTo(TemporalUnit) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the time truncated.
- truncatedTo(TemporalUnit) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the time truncated.
- truncatedTo(TemporalUnit) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the time truncated.
- truncatedTo(TemporalUnit) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the time truncated.
- TzdbZoneRulesProvider - Class in org.threeten.bp.zone
-
Loads time-zone rules for 'TZDB'.
- TzdbZoneRulesProvider() - Constructor for class org.threeten.bp.zone.TzdbZoneRulesProvider
-
Creates an instance.
- WEEK_BASED_YEAR - Static variable in class org.threeten.bp.temporal.ISOFields
-
The field that represents the week-based-year.
- WEEK_BASED_YEARS - Static variable in class org.threeten.bp.temporal.ISOFields
-
The unit that represents week-based-years for the purpose of addition and subtraction.
- WEEK_OF_WEEK_BASED_YEAR - Static variable in class org.threeten.bp.temporal.ISOFields
-
The field that represents the week-of-week-based-year.
- WeekFields - Class in org.threeten.bp.temporal
-
Localized definitions of the day-of-week, week-of-month and week-of-year fields.
- weekOfMonth() - Method in class org.threeten.bp.temporal.WeekFields
-
Returns a field to access the week of month,
computed based on this WeekFields.
- weekOfYear() - Method in class org.threeten.bp.temporal.WeekFields
-
Returns a field to access the week of year,
computed based on this WeekFields.
- with(TemporalAdjuster) - Method in class org.threeten.bp.Instant
-
Returns an adjusted copy of this instant.
- with(TemporalField, long) - Method in class org.threeten.bp.Instant
-
Returns a copy of this instant with the specified field set to a new value.
- with(TemporalAdjuster) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDate
-
- with(TemporalAdjuster) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoLocalDateTime
-
- with(TemporalAdjuster) - Method in class org.threeten.bp.jdk8.DefaultInterfaceChronoZonedDateTime
-
- with(TemporalAdjuster) - Method in class org.threeten.bp.jdk8.DefaultInterfaceTemporal
-
- with(TemporalAdjuster) - Method in class org.threeten.bp.LocalDate
-
Returns an adjusted copy of this date.
- with(TemporalField, long) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the specified field set to a new value.
- with(TemporalAdjuster) - Method in class org.threeten.bp.LocalDateTime
-
Returns an adjusted copy of this date-time.
- with(TemporalField, long) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this date-time with the specified field set to a new value.
- with(TemporalAdjuster) - Method in class org.threeten.bp.LocalTime
-
Returns an adjusted copy of this time.
- with(TemporalField, long) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this time with the specified field set to a new value.
- with(Month) - Method in class org.threeten.bp.MonthDay
-
Returns a copy of this MonthDay
with the month-of-year altered.
- with(TemporalAdjuster) - Method in class org.threeten.bp.OffsetDate
-
Returns an adjusted copy of this date.
- with(TemporalField, long) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this date with the specified field set to a new value.
- with(TemporalAdjuster) - Method in class org.threeten.bp.OffsetDateTime
-
Returns an adjusted copy of this date-time.
- with(TemporalField, long) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this date-time with the specified field set to a new value.
- with(TemporalAdjuster) - Method in class org.threeten.bp.OffsetTime
-
Returns an adjusted copy of this time.
- with(TemporalField, long) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this time with the specified field set to a new value.
- with(TemporalAdjuster) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
- with(TemporalField, long) - Method in interface org.threeten.bp.temporal.ChronoLocalDate
-
- with(TemporalAdjuster) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
- with(TemporalField, long) - Method in interface org.threeten.bp.temporal.ChronoLocalDateTime
-
- with(TemporalAdjuster) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
- with(TemporalField, long) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
- with(TemporalAdjuster) - Method in interface org.threeten.bp.temporal.Temporal
-
Returns an adjusted object of the same type as this object with the adjustment made.
- with(TemporalField, long) - Method in interface org.threeten.bp.temporal.Temporal
-
Returns an object of the same type as this object with the specified field altered.
- with(TemporalAdjuster) - Method in class org.threeten.bp.Year
-
Returns an adjusted copy of this year.
- with(TemporalField, long) - Method in class org.threeten.bp.Year
-
Returns a copy of this year with the specified field set to a new value.
- with(TemporalAdjuster) - Method in class org.threeten.bp.YearMonth
-
Returns an adjusted copy of this year-month.
- with(TemporalField, long) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this year-month with the specified field set to a new value.
- with(TemporalAdjuster) - Method in class org.threeten.bp.ZonedDateTime
-
Returns an adjusted copy of this date-time.
- with(TemporalField, long) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with the specified field set to a new value.
- withChrono(Chrono<?>) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Returns a copy of this formatter with a new override chronology.
- withDayOfMonth(int) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the day-of-month altered.
- withDayOfMonth(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the day-of-month altered.
- withDayOfMonth(int) - Method in class org.threeten.bp.MonthDay
-
Returns a copy of this MonthDay
with the day-of-month altered.
- withDayOfMonth(int) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the day-of-month altered.
- withDayOfMonth(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the day-of-month altered.
- withDayOfMonth(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the day-of-month value altered.
- withDayOfYear(int) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the day-of-year altered.
- withDayOfYear(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the day-of-year altered.
- withDayOfYear(int) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the day-of-year altered.
- withDayOfYear(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the day-of-year altered.
- withDayOfYear(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the day-of-year altered.
- withDays(int) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified amount of days.
- withDecimalSeparator(char) - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Returns a copy of the info with a new character that represents the decimal point.
- withEarlierOffsetAtOverlap() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Returns a copy of this date-time changing the zone offset to the
earlier of the two valid offsets at a local time-line overlap.
- withEarlierOffsetAtOverlap() - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time changing the zone offset to the
earlier of the two valid offsets at a local time-line overlap.
- withFixedOffsetZone() - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with the zone ID set to the offset.
- withHour(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the hour-of-day value altered.
- withHour(int) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the hour-of-day value altered.
- withHour(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the hour-of-day value altered.
- withHour(int) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the hour-of-day value altered.
- withHour(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the hour-of-day value altered.
- withLaterOffsetAtOverlap() - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Returns a copy of this date-time changing the zone offset to the
later of the two valid offsets at a local time-line overlap.
- withLaterOffsetAtOverlap() - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time changing the zone offset to the
later of the two valid offsets at a local time-line overlap.
- withLocale(Locale) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Returns a copy of this formatter with a new locale.
- withMinute(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the minute-of-hour value altered.
- withMinute(int) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the minute-of-hour value altered.
- withMinute(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the minute-of-hour value altered.
- withMinute(int) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the minute-of-hour value altered.
- withMinute(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the minute-of-hour value altered.
- withMonth(int) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the month-of-year altered.
- withMonth(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the month-of-year altered.
- withMonth(int) - Method in class org.threeten.bp.MonthDay
-
Returns a copy of this MonthDay
with the month-of-year altered.
- withMonth(int) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the month-of-year altered.
- withMonth(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the month-of-year altered.
- withMonth(int) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this YearMonth
with the month-of-year altered.
- withMonth(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the month-of-year value altered.
- withMonths(int) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified amount of months.
- withNano(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the nano-of-second value altered.
- withNano(int) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the nano-of-second value altered.
- withNano(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the nano-of-second value altered.
- withNano(int) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the nano-of-second value altered.
- withNano(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the nano-of-second value altered.
- withNegativeSign(char) - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Returns a copy of the info with a new character that represents the negative sign.
- withOffset(ZoneOffset) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the specified offset.
- withOffsetSameInstant(ZoneOffset) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified offset ensuring
that the result is at the same instant.
- withOffsetSameInstant(ZoneOffset) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified offset ensuring
that the result is at the same instant on an implied day.
- withOffsetSameLocal(ZoneOffset) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified offset ensuring
that the result has the same local date-time.
- withOffsetSameLocal(ZoneOffset) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the specified offset ensuring
that the result has the same local time.
- withPositiveSign(char) - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Returns a copy of the info with a new character that represents the positive sign.
- withSecond(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the second-of-minute value altered.
- withSecond(int) - Method in class org.threeten.bp.LocalTime
-
Returns a copy of this LocalTime
with the second-of-minute value altered.
- withSecond(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the second-of-minute value altered.
- withSecond(int) - Method in class org.threeten.bp.OffsetTime
-
Returns a copy of this OffsetTime
with the second-of-minute value altered.
- withSecond(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the second-of-minute value altered.
- withSymbols(DateTimeFormatSymbols) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Returns a copy of this formatter with a new set of symbols.
- withTimeNanos(long) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified total amount of time units
expressed in nanoseconds.
- withYear(int) - Method in class org.threeten.bp.LocalDate
-
Returns a copy of this date with the year altered.
- withYear(int) - Method in class org.threeten.bp.LocalDateTime
-
Returns a copy of this LocalDateTime
with the year altered.
- withYear(int) - Method in class org.threeten.bp.OffsetDate
-
Returns a copy of this OffsetDate
with the year altered.
- withYear(int) - Method in class org.threeten.bp.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the year altered.
- withYear(int) - Method in class org.threeten.bp.YearMonth
-
Returns a copy of this YearMonth
with the year altered.
- withYear(int) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the year value altered.
- withYears(int) - Method in class org.threeten.bp.Period
-
Returns a copy of this period with the specified amount of years.
- withZeroDigit(char) - Method in class org.threeten.bp.format.DateTimeFormatSymbols
-
Returns a copy of the info with a new character that represents zero.
- withZone(ZoneId) - Method in class org.threeten.bp.Clock
-
Returns a copy of this clock with a different time-zone.
- withZone(ZoneId) - Method in class org.threeten.bp.format.DateTimeFormatter
-
Returns a copy of this formatter with a new override zone.
- withZoneSameInstant(ZoneId) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Returns a copy of this date-time with a different time-zone,
retaining the instant.
- withZoneSameInstant(ZoneId) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with a different time-zone,
retaining the instant.
- withZoneSameLocal(ZoneId) - Method in interface org.threeten.bp.temporal.ChronoZonedDateTime
-
Returns a copy of this ZonedDateTime with a different time-zone,
retaining the local date-time if possible.
- withZoneSameLocal(ZoneId) - Method in class org.threeten.bp.ZonedDateTime
-
Returns a copy of this date-time with a different time-zone,
retaining the local date-time if possible.