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

A

abs() - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with a positive amount.
abs() - Method in class javax.time.Duration
Returns a copy of this duration with a positive length.
active - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
The currently active builder, used by the outermost builder.
add(String) - Method in class javax.time.calendar.format.ZonePrinterParser.SubstringTree
Values must be added from shortest to longest.
addRule(int, int, MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Adds a rule to the current window.
addRuleToWindow(int, int, MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Adds a multi-year transition rule to the current window.
addRuleToWindow(int, MonthOfYear, int, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Adds a single transition rule to the current window.
addRuleToWindow(LocalDateTime, ZoneRulesBuilder.TimeDefinition, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Adds a single transition rule to the current window.
addToBuilder(ZoneRulesBuilder) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
 
addToBuilder(ZoneRulesBuilder, Map<String, List<TZDBZoneRulesCompiler.TZDBRule>>) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
 
addToOverflow(Period) - Method in class javax.time.calendar.CalendricalMerger
Gets the overflow that results from the merge.
addWindow(ZoneOffset, LocalDateTime, ZoneRulesBuilder.TimeDefinition) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Adds a window to the builder that can be used to filter a set of rules.
addWindowForever(ZoneOffset) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Adds a window that applies until the end of time to the builder that can be used to filter a set of rules.
adjustDate(LocalDate) - Method in interface javax.time.calendar.DateAdjuster
Adjusts the input date returning the adjusted date.
adjustDate(LocalDate) - Method in class javax.time.calendar.DateAdjusters.DayOfWeekInMonth
Adjusts the input date returning the adjusted date.
adjustDate(LocalDate) - Method in class javax.time.calendar.DateAdjusters.RelativeDayOfWeek
Adjusts the input date returning the adjusted date.
adjustDate(LocalDate) - Method in class javax.time.calendar.LocalDate
Adjusts a date to have the value of this date.
adjustDate(LocalDate) - Method in class javax.time.calendar.LocalDateTime
Adjusts a date to have the value of the date part of this object.
adjustDate(LocalDate) - Method in class javax.time.calendar.MonthDay
Adjusts a date to have the value of this month-day, returning a new date.
adjustDate(LocalDate) - Method in class javax.time.calendar.OffsetDate
Adjusts a date to have the value of the date part of this object.
adjustDate(LocalDate) - Method in class javax.time.calendar.OffsetDateTime
Adjusts a date to have the value of the date part of this object.
adjustDate(LocalDate) - Method in class javax.time.calendar.Year
Adjusts a date to have the value of this year, returning a new date.
adjustDate(LocalDate) - Method in class javax.time.calendar.YearMonth
Adjusts a date to have the value of this year-month, returning a new date.
adjustDate(LocalDate, DateResolver) - Method in class javax.time.calendar.MonthDay
Adjusts a date to have the value of this month-day, using a resolver to handle the case when the day-of-month becomes invalid.
adjustDate(LocalDate, DateResolver) - Method in class javax.time.calendar.Year
Adjusts a date to have the value of this year, using a resolver to handle the case when the day-of-month becomes invalid.
adjustDate(LocalDate, DateResolver) - Method in class javax.time.calendar.YearMonth
Adjusts a date to have the value of this year-month, using a resolver to handle the case when the day-of-month becomes invalid.
adjustForwards - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
Whether to adjust forwards.
adjustTime(LocalTime) - Method in class javax.time.calendar.LocalDateTime
Adjusts a time to have the value of the time part of this object.
adjustTime(LocalTime) - Method in class javax.time.calendar.LocalTime
Adjusts a time to have the value of this time.
adjustTime(LocalTime) - Method in class javax.time.calendar.OffsetDateTime
Adjusts a time to have the value of the time part of this object.
adjustTime(LocalTime) - Method in class javax.time.calendar.OffsetTime
Adjusts a time to have the value of the time part of this object.
adjustTime(LocalTime) - Method in interface javax.time.calendar.TimeAdjuster
Adjusts the input time returning the adjusted time.
adjustToFowards(int) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
 
allowSeconds - Variable in class javax.time.calendar.format.ZoneOffsetPrinterParser
Whether to allow seconds.
ALWAYS - javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Style to always output the sign, where zero will output '+'.
AM - javax.time.calendar.AmPmOfDay
The singleton instance for the morning, AM - ante meridiem.
amount - Variable in class javax.time.calendar.PeriodField
The amount of the period.
amountSeconds - Variable in class javax.time.calendar.ZoneOffset
The offset in seconds.
AmPmOfDay - Enum in javax.time.calendar
A half-day before or after midday, with the values 'AM' and 'PM'.
AmPmOfDay() - Constructor for enum javax.time.calendar.AmPmOfDay
 
amPmOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the AM/PM of day field.
AmPmOfDayRule() - Constructor for class javax.time.calendar.ISOChronology.AmPmOfDayRule
Constructor.
append(DateTimeFormatter) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends all the elements of a formatter to the builder.
append(DateTimePrinter, DateTimeParser) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a printer and/or parser to the formatter.
appendFixedWidth(int, NumberPrinterParser) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a fixed width printer-parser.
appendFraction(DateTimeFieldRule<?>, int, int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the fractional value of a date-time field to the formatter.
appendInternal(DateTimePrinter, DateTimeParser) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a printer and/or parser to the internal list handling padding.
appendLiteral(char) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a character literal to the formatter.
appendLiteral(String) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a string literal to the formatter.
appendLocalized(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a localized date-time pattern to the formatter.
appendLocalized(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Chronology) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a localized date-time pattern to the formatter.
appendOffset(String, boolean, boolean) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the zone offset, such as '+01:00', to the formatter.
appendOffsetId() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the zone offset, such as '+01:00', to the formatter.
appendOptional(DateTimeFormatter) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends a formatter to the builder which will optionally print/parse.
appendPattern(String) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the elements defined by the specified pattern to the builder.
appendText(DateTimeFieldRule<?>) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the text of a date-time field to the formatter using the full text style.
appendText(DateTimeFieldRule<?>, DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the text of a date-time field to the formatter.
appendValue(DateTimeFieldRule<?>) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the value of a date-time field to the formatter using a normal output style.
appendValue(DateTimeFieldRule<?>, int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the value of a date-time field to the formatter using a fixed width, zero-padded approach.
appendValue(DateTimeFieldRule<?>, int, int, DateTimeFormatterBuilder.SignStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the value of a date-time field to the formatter providing full control over printing.
appendValueReduced(DateTimeFieldRule<?>, int, int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the reduced value of a date-time field to the formatter.
appendZoneId() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the time-zone rule id, such as 'Europe/Paris', to the formatter.
appendZoneText(DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Appends the time-zone rule name, such as 'British Summer Time', to the formatter.
APRIL - javax.time.calendar.MonthOfYear
The singleton instance for the month of April with 30 days.
atDay(int) - Method in class javax.time.calendar.Year
Returns a date formed from this year at the specified day-of-year.
atDay(int) - Method in class javax.time.calendar.YearMonth
Returns a date formed from this year-month at the specified day-of-month.
atMidnight() - Method in class javax.time.calendar.LocalDate
Returns a local date-time formed from this date at the time of midnight.
atMidnight() - Method in class javax.time.calendar.OffsetDate
Returns an offset date-time formed from this date at the time of midnight.
atMonth(int) - Method in class javax.time.calendar.Year
Returns a year-month formed from this year at the specified month.
atMonth(MonthOfYear) - Method in class javax.time.calendar.Year
Returns a year-month formed from this year at the specified month.
atMonthDay(MonthDay) - Method in class javax.time.calendar.Year
Returns a date formed from this year at the specified month-day.
atOffset(ZoneOffset) - Method in class javax.time.calendar.LocalDate
Returns an offset date formed from this time and the specified offset.
atOffset(ZoneOffset) - Method in class javax.time.calendar.LocalDateTime
Returns an offset date-time formed from this date-time and the specified offset.
atOffset(ZoneOffset) - Method in class javax.time.calendar.LocalTime
Returns an offset time formed from this time and the specified offset.
atStartOfDayInZone(TimeZone) - Method in class javax.time.calendar.LocalDate
Returns a zoned date-time from this date at the earliest valid time according to the rules in the time-zone.
atStartOfDayInZone(TimeZone) - Method in class javax.time.calendar.OffsetDate
Returns a zoned date-time from this date at the earliest valid time according to the rules in the time-zone ignoring the current offset.
atTime(int, int) - Method in class javax.time.calendar.LocalDate
Returns a local date-time formed from this date at the specified time.
atTime(int, int) - Method in class javax.time.calendar.OffsetDate
Returns an offset date-time formed from this date at the specified time.
atTime(int, int, int) - Method in class javax.time.calendar.LocalDate
Returns a local date-time formed from this date at the specified time.
atTime(int, int, int) - Method in class javax.time.calendar.OffsetDate
Returns an offset date-time formed from this date at the specified time.
atTime(int, int, int, int) - Method in class javax.time.calendar.LocalDate
Returns a local date-time formed from this date at the specified time.
atTime(int, int, int, int) - Method in class javax.time.calendar.OffsetDate
Returns an offset date-time formed from this date at the specified time.
atTime(LocalTime) - Method in class javax.time.calendar.LocalDate
Returns a local date-time formed from this date at the specified time.
atTime(LocalTime) - Method in class javax.time.calendar.OffsetDate
Returns an offset date-time formed from this date at the specified time.
atTime(OffsetTime) - Method in class javax.time.calendar.LocalDate
Returns a local date-time formed from this date at the specified offset time.
atTime(OffsetTime) - Method in class javax.time.calendar.OffsetDate
Returns an offset date-time formed from this date at the specified time.
atYear(int) - Method in class javax.time.calendar.MonthDay
Returns a date formed from this month-day at the specified year.
atZone(TimeZone) - Method in class javax.time.calendar.LocalDateTime
Returns a zoned date-time formed from this date-time and the specified time-zone.
atZone(TimeZone, ZoneResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a zoned date-time formed from this date-time and the specified time-zone taking control of what occurs in time-line gaps and overlaps.
atZoneSameInstant(TimeZone) - Method in class javax.time.calendar.OffsetDateTime
Returns a zoned date-time formed from the instant represented by this date-time and the specified time-zone.
atZoneSimilarLocal(TimeZone) - Method in class javax.time.calendar.OffsetDateTime
Returns a zoned date-time formed from this date-time and the specified time-zone.
atZoneSimilarLocal(TimeZone, ZoneResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a zoned date-time formed from this date-time and the specified time-zone taking control of what occurs in time-line gaps and overlaps.
AUGUST - javax.time.calendar.MonthOfYear
The singleton instance for the month of August with 31 days.

B

baseValue - Variable in class javax.time.calendar.format.ReducedPrinterParser
The base value.
BASIC_ISO_DATE - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
basicIsoDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a date without an offset.
BCE - javax.time.i18n.HistoricEra
The singleton instance for the era BCE - Before Common Era.
between(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
Obtains a Period consisting of the number of days, months and years between two dates.
between(InstantProvider, InstantProvider) - Static method in class javax.time.Duration
Obtains an instance of Duration representing the duration between two instants.
BI_MAX_LONG - Static variable in class javax.time.Duration
Constant for maximum long.
BI_MIN_LONG - Static variable in class javax.time.Duration
Constant for minimum long.
BI_NANOS_PER_DAY - Static variable in class javax.time.Duration
Constant for nanos per day.
BI_NANOS_PER_HOUR - Static variable in class javax.time.Duration
Constant for nanos per hour.
BI_NANOS_PER_MICRO - Static variable in class javax.time.Duration
Constant for nanos per microsecond.
BI_NANOS_PER_MILLI - Static variable in class javax.time.Duration
Constant for nanos per millisecond.
BI_NANOS_PER_MINUTE - Static variable in class javax.time.Duration
Constant for nanos per minute.
BI_NANOS_PER_SECOND - Static variable in class javax.time.Duration
Constant for nanos per second.
BILLION - Static variable in class javax.time.Instant
BigInteger constant for a billion.
buildEquivalentPeriods(PeriodField) - Static method in class javax.time.calendar.PeriodUnit
Helper method for constructors to built the equivalent periods.
buildZoneRules() - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Build the rules, zones and links into real zones.
builtZones - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
The built zones.

C

CACHE_LOCK - Static variable in class javax.time.calendar.ZoneOffset
Cache of time-zone offset by offset in seconds.
CalendarConversionException - Exception in javax.time.calendar
An exception used when conversion of a calendrical date-time object fails.
CalendarConversionException(String) - Constructor for exception javax.time.calendar.CalendarConversionException
Constructs a new conversion exception with the specified message.
Calendrical - Interface in javax.time.calendar
Provides access in a uniform way to calendrical values.
CalendricalContext - Class in javax.time.calendar
Context for aspects of date-time calculations that frequently change.
CalendricalContext(boolean, boolean) - Constructor for class javax.time.calendar.CalendricalContext
Constructs an instance that can merge the specified calendrical.
CalendricalException - Exception in javax.time
The base class for all exceptions in the Time Framework for Java.
CalendricalException(String) - Constructor for exception javax.time.CalendricalException
Constructs a new conversion exception with the specified message.
CalendricalException(String, Throwable) - Constructor for exception javax.time.CalendricalException
Constructs a new conversion exception with the specified message and cause.
CalendricalMatcher - Interface in javax.time.calendar
Strategy for matching against a calendrical.
CalendricalMatchers - Class in javax.time.calendar
Provides common implementations of CalendricalMatcher.
CalendricalMatchers() - Constructor for class javax.time.calendar.CalendricalMatchers
Private constructor since this is a utility class.
CalendricalMatchers.DayOfWeekInMonth - Class in javax.time.calendar
Class implementing day-of-week in month matcher.
CalendricalMatchers.Impl - Enum in javax.time.calendar
Enum implementing the adjusters.
CalendricalMerger - Class in javax.time.calendar
Stateful class used to merge calendrical information.
CalendricalMerger(CalendricalContext) - Constructor for class javax.time.calendar.CalendricalMerger
Constructor.
CalendricalMerger(CalendricalContext, Map<CalendricalRule<?>, Object>) - Constructor for class javax.time.calendar.CalendricalMerger
Constructor.
CalendricalParseException - Exception in javax.time.calendar.format
An exception thrown when an error occurs during parsing.
CalendricalParseException(String, String, int) - Constructor for exception javax.time.calendar.format.CalendricalParseException
Constructs a new exception with the specified message.
CalendricalParseException(String, String, int, Throwable) - Constructor for exception javax.time.calendar.format.CalendricalParseException
Constructs a new exception with the specified message and cause.
CalendricalPrintException - Exception in javax.time.calendar.format
An exception thrown when an error occurs during printing.
CalendricalPrintException(String) - Constructor for exception javax.time.calendar.format.CalendricalPrintException
Constructs a new exception with the specified message.
CalendricalPrintException(String, Throwable) - Constructor for exception javax.time.calendar.format.CalendricalPrintException
Constructs a new exception with the specified message and cause.
CalendricalPrintFieldException - Exception in javax.time.calendar.format
An exception thrown when an error occurs during printing due to a specific rule.
CalendricalPrintFieldException(String, DateTimeFieldRule<?>, int) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
Constructs a new exception using the specified message.
CalendricalPrintFieldException(DateTimeFieldRule<?>, int) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
Constructs a new exception creating a standard error message for unable to print a negative value.
CalendricalPrintFieldException(DateTimeFieldRule<?>, int, int) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
Constructs a new exception creating a standard error message for exceeding padding width.
CalendricalPrintFieldException(UnsupportedRuleException) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
Constructs a new exception wrapping the unsupported field exception.
CalendricalRule<T> - Class in javax.time.calendar
A rule defining how a single well-defined calendrical element operates.
CalendricalRule(Class<T>, Chronology, String, PeriodUnit, PeriodUnit) - Constructor for class javax.time.calendar.CalendricalRule
Constructor used to create a rule.
CalendricalRuleException - Exception in javax.time.calendar
An exception used when an exception is connected to a specified rule.
CalendricalRuleException(String, CalendricalRule<?>) - Constructor for exception javax.time.calendar.CalendricalRuleException
Constructs a new exception with a message and optional rule.
calendricals - Variable in class javax.time.calendar.format.DateTimeParseContext
The list of parsed data.
caseSensitive - Variable in class javax.time.calendar.format.DateTimeParseContext
Whether to parse using case sensitively.
CaseSensitivePrinterParser - Enum in javax.time.calendar.format
Enumeration to set the case sensitivity parse style.
CaseSensitivePrinterParser() - Constructor for enum javax.time.calendar.format.CaseSensitivePrinterParser
 
CE - javax.time.i18n.HistoricEra
The singleton instance for the era CE - Common Era.
CENTURIES - Static variable in class javax.time.calendar.ISOChronology
Period unit for centuries.
CharLiteralPrinterParser - Class in javax.time.calendar.format
Prints or parses a character literal.
CharLiteralPrinterParser(char) - Constructor for class javax.time.calendar.format.CharLiteralPrinterParser
Constructor.
checkNotNull(Object, String) - Static method in class javax.time.calendar.format.DateTimeFormatter
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.calendar.format.DateTimeFormatterBuilder
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.calendar.ISOChronology
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.calendar.PeriodFields
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.calendar.zone.ZoneRules
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.calendar.zone.ZoneRulesBuilder
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.i18n.HistoricChronology
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.i18n.JulianChronology
Validates that the input value is not null.
checkNotNull(Object, String) - Static method in class javax.time.Instant
Validates that the input value is not null.
checkUnusedFields - Variable in class javax.time.calendar.CalendricalContext
Whether to check unused fields.
checkValue(int) - Method in class javax.time.calendar.DateTimeFieldRule
Checks if the value is invalid and throws an exception if it is.
checkValue(long) - Method in class javax.time.calendar.DateTimeFieldRule
Checks if the value is invalid and throws an exception if it is.
chrono - Variable in class javax.time.i18n.HistoricChronology.DayOfMonthRule
The chronology.
chrono - Variable in class javax.time.i18n.HistoricChronology.DayOfWeekRule
The chronology.
chrono - Variable in class javax.time.i18n.HistoricChronology.DayOfYearRule
The chronology.
chrono - Variable in class javax.time.i18n.HistoricChronology.EraRule
The chronology.
chrono - Variable in class javax.time.i18n.HistoricChronology.MonthOfYearRule
The chronology.
chrono - Variable in class javax.time.i18n.HistoricChronology.YearRule
The chronology.
chrono - Variable in class javax.time.i18n.HistoricDate
The cutover between the Julian and Gregorian calendar systems.
chronology - Variable in class javax.time.calendar.CalendricalRule
The chronology of the rule, not null.
chronology - Variable in class javax.time.calendar.format.LocalizedPrinterParser
The chronology to get the pattern for, may be null.
Chronology - Class in javax.time.calendar
A calendar system, consisting of rules controlling the passage of human-scale time.
Chronology() - Constructor for class javax.time.calendar.Chronology
Restrictive constructor.
Chronology.Rule - Class in javax.time.calendar
Rule implementation.
ClassicFormat() - Constructor for class javax.time.calendar.format.DateTimeFormatter.ClassicFormat
 
clock(TimeSource, TimeZone) - Static method in class javax.time.calendar.Clock
Gets a clock that obtains the current date and time using the specified time-source and time-zone.
Clock - Class in javax.time.calendar
A clock providing access to the current date and time.
Clock() - Constructor for class javax.time.calendar.Clock
Constructor accessible by subclasses.
CLOCK_HOUR_OF_AMPM - Static variable in class javax.time.calendar.ISOChronology
 
CLOCK_HOUR_OF_AMPM_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
CLOCK_HOUR_OF_DAY - Static variable in class javax.time.calendar.ISOChronology
 
CLOCK_HOUR_OF_DAY_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
Clock.TimeSourceClock - Class in javax.time.calendar
Implementation of a clock based on a time-source.
clockDefaultZone(TimeSource) - Static method in class javax.time.calendar.Clock
Gets a clock that obtains the current date and time using the specified time-source and default time-zone.
clockHourOfAmPmRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the clock hour of AM/PM field from 1 to 12.
clockHourOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the clock hour of AM/PM field from 1 to 24.
clone() - Method in class javax.time.calendar.format.DateTimeParseContext.Parsed
 
clonedMap() - Method in class javax.time.calendar.DateTimeFields
Clones the field-value map.
clonedMap() - Method in class javax.time.calendar.PeriodFields
Clone the internal data storage map.
combination(ZoneResolver, ZoneResolver) - Static method in class javax.time.calendar.ZoneResolvers
Creates a combined resolver, using two different strategies for gap and overlap.
Combination(ZoneResolver, ZoneResolver) - Constructor for class javax.time.calendar.ZoneResolvers.Combination
Constructor.
compare(Calendrical, Calendrical) - Method in class javax.time.calendar.CalendricalRule
Compares two Calendrical implementations based on the value of this rule extracted from each calendrical.
compareTo(CalendricalRule<?>) - Method in class javax.time.calendar.CalendricalRule
Compares this CalendricalRule to another.
compareTo(CalendricalRule<?>) - Method in class javax.time.calendar.ISOChronology.Rule
 
compareTo(LocalDate) - Method in class javax.time.calendar.LocalDate
Compares this LocalDate to another date.
compareTo(LocalDateTime) - Method in class javax.time.calendar.LocalDateTime
Compares this LocalDateTime to another date-time.
compareTo(LocalTime) - Method in class javax.time.calendar.LocalTime
Compares this LocalTime to another time.
compareTo(MonthDay) - Method in class javax.time.calendar.MonthDay
Compares this month-day to another month-day.
compareTo(OffsetDate) - Method in class javax.time.calendar.OffsetDate
Compares this OffsetDate to another date based on the UTC equivalent dates then local date.
compareTo(OffsetDateTime) - Method in class javax.time.calendar.OffsetDateTime
Compares this OffsetDateTime to another date-time.
compareTo(OffsetTime) - Method in class javax.time.calendar.OffsetTime
Compares this OffsetTime to another time based on the UTC equivalent times then local time.
compareTo(PeriodField) - Method in class javax.time.calendar.PeriodField
Compares this period to the specified period.
compareTo(PeriodUnit) - Method in class javax.time.calendar.ISOChronology.Unit
 
compareTo(PeriodUnit) - Method in class javax.time.calendar.PeriodUnit
Compares this unit to another.
compareTo(Year) - Method in class javax.time.calendar.Year
Compares this year to another year.
compareTo(YearMonth) - Method in class javax.time.calendar.YearMonth
Compares this year-month to another year-month.
compareTo(ZoneOffsetTransition) - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Compares this transition to another based on the transition instant.
compareTo(ZoneRulesBuilder.TZRule) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
.
compareTo(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
Compares this ZonedDateTime to another date-time based on the UTC equivalent date-times then time-zone unique key.
compareTo(ZoneOffset) - Method in class javax.time.calendar.ZoneOffset
Compares this offset to another offset in descending order.
compareTo(Duration) - Method in class javax.time.Duration
Compares this duration to the specified Duration.
compareTo(CopticDate) - Method in class javax.time.i18n.CopticDate
Compares this date to another date.
compareTo(HistoricDate) - Method in class javax.time.i18n.HistoricDate
Compares this date to the specified date.
compareTo(Instant) - Method in class javax.time.Instant
Compares this instant to the specified instant.
compareTo(TAIInstant) - Method in class javax.time.TAIInstant
Compares this instant to another based on the time-line.
compareTo(UTCInstant) - Method in class javax.time.UTCInstant
Compares this instant to another based on the time-line, then the name of the rules.
compile() - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Compile the rules file.
CompositePrinterParser - Class in javax.time.calendar.format
Composite printer and parser.
CompositePrinterParser(List<DateTimePrinter>, List<DateTimeParser>, boolean) - Constructor for class javax.time.calendar.format.CompositePrinterParser
Constructor.
contains(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
Checks if this object contains a mapping for the specified field.
contains(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Checks whether this period contains an amount for the unit.
context - Variable in class javax.time.calendar.CalendricalMerger
The merge context to use.
convertFractionToInt(BigDecimal) - Method in class javax.time.calendar.DateTimeFieldRule
Converts a fraction from 0 to 1 for this field to a value.
convertIntToFraction(int) - Method in class javax.time.calendar.DateTimeFieldRule
Converts a value for this field to a fraction between 0 and 1.
convertIntToValue(int) - Method in class javax.time.calendar.DateTimeFieldRule
Converts the int to a typed value of the rule.
convertIntToValue(int) - Method in class javax.time.calendar.ISOChronology.AmPmOfDayRule
 
convertIntToValue(int) - Method in class javax.time.calendar.ISOChronology.DayOfWeekRule
 
convertIntToValue(int) - Method in class javax.time.calendar.ISOChronology.MonthOfYearRule
 
convertIntToValue(int) - Method in class javax.time.calendar.ISOChronology.QuarterOfYearRule
 
convertNumberToI18N(String) - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Converts the input numeric text to the internationalized form using the zero character.
convertStyle(DateTimeFormatterBuilder.FormatStyle) - Method in class javax.time.calendar.format.DateTimeFormatterProviderImpl
Converts the enum style to the old format style.
convertToDigit(char) - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Checks whether the character is a digit, based on the currently set zero character.
convertToInstant(UTCInstant) - Method in class javax.time.UTCRules
Converts a UTCInstant to an Instant.
convertToTAI(UTCInstant) - Method in class javax.time.UTCRules
Converts a UTCInstant to a TAIInstant.
convertToUTC(Instant) - Method in class javax.time.UTCRules
Converts an Instant to a UTCInstant.
convertToUTC(TAIInstant) - Method in class javax.time.SystemUTCRules
 
convertToUTC(TAIInstant) - Method in class javax.time.UTCRules
Converts a TAIInstant to a UTCInstant.
convertValueToInt(AmPmOfDay) - Method in class javax.time.calendar.ISOChronology.AmPmOfDayRule
 
convertValueToInt(DayOfWeek) - Method in class javax.time.calendar.ISOChronology.DayOfWeekRule
 
convertValueToInt(MonthOfYear) - Method in class javax.time.calendar.ISOChronology.MonthOfYearRule
 
convertValueToInt(QuarterOfYear) - Method in class javax.time.calendar.ISOChronology.QuarterOfYearRule
 
convertValueToInt(T) - Method in class javax.time.calendar.DateTimeFieldRule
Converts the typed value of the rule to the int equivalent.
convertValueToInteger(T) - Method in class javax.time.calendar.DateTimeFieldRule
Converts the typed value of the rule to the Integer equivalent.
CopticChronology - Class in javax.time.i18n
The Coptic calendar system.
CopticChronology() - Constructor for class javax.time.i18n.CopticChronology
Restrictive constructor.
CopticChronology.DayOfMonthRule - Class in javax.time.i18n
Rule implementation.
CopticChronology.DayOfWeekRule - Class in javax.time.i18n
Rule implementation.
CopticChronology.DayOfYearRule - Class in javax.time.i18n
Rule implementation.
CopticChronology.MonthOfYearRule - Class in javax.time.i18n
Rule implementation.
CopticChronology.Months - Class in javax.time.i18n
Unit class for months.
CopticChronology.YearRule - Class in javax.time.i18n
Rule implementation.
CopticChronology.Years - Class in javax.time.i18n
Unit class for years.
CopticDate - Class in javax.time.i18n
A date in the Coptic calendar system.
CopticDate(int, int, int, int) - Constructor for class javax.time.i18n.CopticDate
Constructs an instance with the specified date.
CopticDate.Rule - Class in javax.time.i18n
Rule implementation.
copticDateFromEpochDays(int) - Static method in class javax.time.i18n.CopticDate
Obtains an instance of CopticDate from a number of epoch days.
copticDatePreviousValid(int, int, int) - Static method in class javax.time.i18n.CopticDate
Obtains an instance of CopticDate using the previous valid algorithm.
create(int, int, int, int) - Static method in class javax.time.calendar.LocalTime
Creates a local time from the hour, minute, second and nanosecond fields.
create(int, MonthOfYear, int) - Static method in class javax.time.calendar.LocalDate
Creates a local date from the year, month and day fields.
create(long, int) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime using seconds from the local epoch of 1970-01-01T00:00:00.
create(long, int) - Static method in class javax.time.Duration
Obtains an instance of Duration using seconds and nanoseconds.
create(long, int) - Static method in class javax.time.Instant
Obtains an instance of Instant using seconds and nanoseconds.
create(TreeMap<PeriodUnit, PeriodField>) - Static method in class javax.time.calendar.PeriodFields
Internal factory to create an instance using a pre-built map.
createDateTime(LocalDateTime, ZoneOffset, ZoneOffset) - Method in enum javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
Creates the offset date-time from the specified local date-time.
createDateTime(Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Creates the offset date-time for the local date-time at the end of the window.
createMap() - Static method in class javax.time.calendar.DateTimeFields
Creates a new empty map.
createMap() - Static method in class javax.time.calendar.PeriodFields
Creates a new empty map.
createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore>, Locale) - Method in class javax.time.calendar.DateTimeFieldRule
Creates the text store for each style for the specified locale.
createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore>, Locale) - Method in class javax.time.calendar.ISOChronology.AmPmOfDayRule
 
createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore>, Locale) - Method in class javax.time.calendar.ISOChronology.DayOfWeekRule
 
createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore>, Locale) - Method in class javax.time.calendar.ISOChronology.MonthOfYearRule
 
createTransition(int) - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Creates a transition instance for the specified year.
currentCalendrical() - Method in class javax.time.calendar.format.DateTimeParseContext
Gets the currently active calendrical.
cutover - Variable in class javax.time.i18n.HistoricChronology
The cutover from Julian to Gregorian.
cutoverAt(LocalDate) - Static method in class javax.time.i18n.HistoricChronology
Obtains an instance of HistoricChronology specifying the cutover date when the Gregorian/ISO calendar system was first used.

D

Data(long[], int[], long[]) - Constructor for class javax.time.SystemUTCRules.Data
Constructor.
dataRef - Variable in class javax.time.SystemUTCRules
The table of leap second dates.
date - Variable in class javax.time.calendar.LocalDateTime
The date part.
date - Variable in class javax.time.calendar.OffsetDate
The date.
date(DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format.
DateAdjuster - Interface in javax.time.calendar
Strategy for adjusting a date.
DateAdjusters - Class in javax.time.calendar
Provides common implementations of DateAdjuster.
DateAdjusters() - Constructor for class javax.time.calendar.DateAdjusters
Private constructor since this is a utility class.
DateAdjusters.DayOfWeekInMonth - Class in javax.time.calendar
Class implementing day-of-week in month adjuster.
DateAdjusters.Impl - Enum in javax.time.calendar
Enum implementing the adjusters.
DateAdjusters.RelativeDayOfWeek - Class in javax.time.calendar
Implementation of next, previous or current day-of-week.
DateProvider - Interface in javax.time.calendar
Provides access to a date in the ISO-8601 calendar system.
dateResolver - Variable in class javax.time.calendar.CalendricalContext
Whether to use a date resolver for resolving dates.
DateResolver - Interface in javax.time.calendar
Strategy for resolving an invalid year-month-day to a valid one.
DateResolvers - Class in javax.time.calendar
Provides common implementations of DateResolver.
DateResolvers() - Constructor for class javax.time.calendar.DateResolvers
Private constructor since this is a utility class.
DateResolvers.NextValid - Class in javax.time.calendar
Class implementing nextValid resolver.
DateResolvers.PartLenient - Class in javax.time.calendar
Class implementing partLenient resolver.
DateResolvers.PreviousValid - Class in javax.time.calendar
Class implementing previousValid resolver.
DateResolvers.Strict - Class in javax.time.calendar
Class implementing strict resolver.
dates - Variable in class javax.time.SystemUTCRules.Data
The table of leap second date when the leap second occurs.
dateStyle - Variable in class javax.time.calendar.format.LocalizedPrinterParser
The date style for the pattern, may be null.
dateTime - Variable in class javax.time.calendar.OffsetDateTime
The local date-time.
dateTime - Variable in class javax.time.calendar.zone.ZoneOffsetInfo
The date-time that this info applies to.
dateTime - Variable in class javax.time.calendar.ZonedDateTime
The offset date-time.
dateTime() - Method in class javax.time.calendar.Clock
Gets the current date-time with maximum resolution of up to nanoseconds.
dateTime(DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format, which is typically of short length.
dateTime(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date, time or date-time format.
DateTimeFieldRule<T> - Class in javax.time.calendar
The rule defining how a measurable field of time operates.
DateTimeFieldRule(Class<T>, Chronology, String, PeriodUnit, PeriodUnit, int, int) - Constructor for class javax.time.calendar.DateTimeFieldRule
Constructor.
DateTimeFieldRule(Class<T>, Chronology, String, PeriodUnit, PeriodUnit, int, int, boolean) - Constructor for class javax.time.calendar.DateTimeFieldRule
Constructor.
DateTimeFieldRule.TextStore - Class in javax.time.calendar
The mapping between integer values and textual representations.
DateTimeFields - Class in javax.time.calendar
A set of date-time fields.
DateTimeFields(TreeMap<DateTimeFieldRule<?>, Integer>) - Constructor for class javax.time.calendar.DateTimeFields
Constructor.
DateTimeFormatSymbols - Class in javax.time.calendar.format
Symbols used for date and time formatting.
DateTimeFormatSymbols(Locale) - Constructor for class javax.time.calendar.format.DateTimeFormatSymbols
Constructor.
DateTimeFormatSymbols(Locale, DateFormatSymbols) - Constructor for class javax.time.calendar.format.DateTimeFormatSymbols
Constructor.
DateTimeFormatter - Class in javax.time.calendar.format
Formatter for printing and parsing calendricals.
DateTimeFormatter(Locale, CompositePrinterParser) - Constructor for class javax.time.calendar.format.DateTimeFormatter
Constructor.
DateTimeFormatter(DateTimeFormatSymbols, CompositePrinterParser) - Constructor for class javax.time.calendar.format.DateTimeFormatter
Constructor used by immutable copying.
DateTimeFormatter.ClassicFormat - Class in javax.time.calendar.format
Implements the classic Java Format API.
DateTimeFormatterBuilder - Class in javax.time.calendar.format
Builder to create formatters for calendricals.
DateTimeFormatterBuilder() - Constructor for class javax.time.calendar.format.DateTimeFormatterBuilder
Constructs a new instance of the builder.
DateTimeFormatterBuilder(DateTimeFormatterBuilder, boolean) - Constructor for class javax.time.calendar.format.DateTimeFormatterBuilder
Constructs a new instance of the builder.
DateTimeFormatterBuilder.FormatStyle - Enum in javax.time.calendar.format
Enumeration of the style of a localized date, time or date-time formatter.
DateTimeFormatterBuilder.SignStyle - Enum in javax.time.calendar.format
Enumeration of ways to handle the positive/negative sign.
DateTimeFormatterBuilder.TextStyle - Enum in javax.time.calendar.format
Enumeration of the style of text output to use.
DateTimeFormatterProvider - Class in javax.time.calendar.format
The Service Provider Interface (SPI) to be implemented by classes providing date-time formatting information.
DateTimeFormatterProvider() - Constructor for class javax.time.calendar.format.DateTimeFormatterProvider
 
DateTimeFormatterProviderImpl - Class in javax.time.calendar.format
The Service Provider Implementation to obtain date-time formatters.
DateTimeFormatterProviderImpl() - Constructor for class javax.time.calendar.format.DateTimeFormatterProviderImpl
 
DateTimeFormatters - Class in javax.time.calendar.format
Provides common implementations of DateTimeFormatter.
DateTimeFormatters() - Constructor for class javax.time.calendar.format.DateTimeFormatters
Private constructor since this is a utility class.
DateTimeParseContext - Class in javax.time.calendar.format
Context object used during date and time parsing.
DateTimeParseContext(DateTimeFormatSymbols) - Constructor for class javax.time.calendar.format.DateTimeParseContext
Constructor.
DateTimeParseContext.Parsed - Class in javax.time.calendar.format
Temporary store of parsed data.
DateTimeParser - Interface in javax.time.calendar.format
Strategy for parsing text to calendrical information.
DateTimePrinter - Interface in javax.time.calendar.format
Strategy for printing a calendrical to an appendable.
DateTimeProvider - Interface in javax.time.calendar
Provides access to a date-time in the ISO-8601 calendar system.
dateTimeToMinute() - Method in class javax.time.calendar.Clock
Gets the current date-time with a resolution of minutes.
dateTimeToSecond() - Method in class javax.time.calendar.Clock
Gets the current date-time with a resolution of seconds.
day - Variable in class javax.time.calendar.LocalDate
The day-of-month.
day - Variable in class javax.time.calendar.MonthDay
The day-of-month.
day - Variable in class javax.time.i18n.CopticDate
The Coptic day.
day - Variable in class javax.time.i18n.HistoricDate
The historic day-of-month.
DAY_OF_MONTH - Static variable in class javax.time.calendar.ISOChronology
 
DAY_OF_MONTH_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
DAY_OF_YEAR - Static variable in class javax.time.calendar.ISOChronology
 
DAY_OF_YEAR_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
dayOfMonth - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
The day-of-month of the cutover.
dayOfMonthIndicator - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
The day-of-month.
dayOfMonthRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the day-of-month field in the ISO chronology.
dayOfMonthRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the day-of-month field in the Coptic chronology.
dayOfMonthRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the day-of-month field in the Historic chronology.
DayOfMonthRule() - Constructor for class javax.time.i18n.CopticChronology.DayOfMonthRule
Constructor.
DayOfMonthRule(HistoricChronology) - Constructor for class javax.time.i18n.HistoricChronology.DayOfMonthRule
Constructor.
dayOfWeek - Variable in class javax.time.calendar.CalendricalMatchers.DayOfWeekInMonth
The day-of-week.
dayOfWeek - Variable in class javax.time.calendar.DateAdjusters.DayOfWeekInMonth
The day-of-week.
dayOfWeek - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
The day-of-week of the cutover.
dayOfWeek - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
The day-of-month.
DayOfWeek - Enum in javax.time.calendar
A day-of-week, such as 'Tuesday'.
DayOfWeek() - Constructor for enum javax.time.calendar.DayOfWeek
 
dayOfWeekInMonth(int, DayOfWeek) - Static method in class javax.time.calendar.CalendricalMatchers
Returns the day-of-week in month matcher, which returns true if the date is the ordinal occurrence of the day-of-week in the month.
dayOfWeekInMonth(int, DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the day-of-week in month adjuster, which returns a new date in the same month with the ordinal day-of-week.
DayOfWeekInMonth(int, DayOfWeek) - Constructor for class javax.time.calendar.CalendricalMatchers.DayOfWeekInMonth
Constructor.
DayOfWeekInMonth(int, DayOfWeek) - Constructor for class javax.time.calendar.DateAdjusters.DayOfWeekInMonth
Constructor.
dayOfWeekRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the day-of-week field.
dayOfWeekRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the day-of-week field in the Coptic chronology.
dayOfWeekRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the day-of-week field in the Historic chronology.
DayOfWeekRule() - Constructor for class javax.time.calendar.ISOChronology.DayOfWeekRule
Constructor.
DayOfWeekRule() - Constructor for class javax.time.i18n.CopticChronology.DayOfWeekRule
Constructor.
DayOfWeekRule(HistoricChronology) - Constructor for class javax.time.i18n.HistoricChronology.DayOfWeekRule
Constructor.
dayOfYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the day-of-year field in the ISO chronology.
dayOfYearRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the day-of-year field in the Coptic chronology.
dayOfYearRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the day-of-year field in the Historic chronology.
DayOfYearRule() - Constructor for class javax.time.i18n.CopticChronology.DayOfYearRule
Constructor.
DayOfYearRule(HistoricChronology) - Constructor for class javax.time.i18n.HistoricChronology.DayOfYearRule
Constructor.
days - Variable in class javax.time.calendar.LocalTime.Overflow
The overflow in days.
days - Variable in class javax.time.calendar.Period
The number of days.
days - Variable in class javax.time.calendar.PeriodParser.ParseValues
The number of days.
DAYS - Static variable in class javax.time.calendar.ISOChronology
Period unit for days.
DAYS_0000_TO_1970 - Static variable in class javax.time.calendar.ISOChronology
The number of days from year zero to year 1970.
DAYS_0000_TO_MJD_EPOCH - Static variable in class javax.time.calendar.ISOChronology
The number of days from year zero to the Modified Julian Day epoch of 1858-11-17.
DAYS_PER_CYCLE - Static variable in class javax.time.calendar.ISOChronology
The number of days in a 400 year cycle.
daysBetween(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
Obtains a Period consisting of the number of days between two dates.
DECADES - Static variable in class javax.time.calendar.ISOChronology
Period unit for decades.
DECEMBER - javax.time.calendar.MonthOfYear
The singleton instance for the month of December with 31 days.
decimalPointChar - Variable in class javax.time.calendar.format.DateTimeFormatSymbols
The decimal point character.
deduplicate(T) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Deduplicates an object instance.
deduplicate(T) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Deduplicates an object instance.
deduplicateMap - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
A map to deduplicate object instances.
deduplicateMap - Variable in class javax.time.calendar.zone.ZoneRulesBuilder
A map for deduplicating the output.
derive(Calendrical) - Method in class javax.time.calendar.CalendricalRule
Derives the value of this rule from a calendrical.
derive(Calendrical) - Method in class javax.time.calendar.ISOChronology.AmPmOfDayRule
 
derive(Calendrical) - Method in class javax.time.calendar.ISOChronology.DayOfWeekRule
 
derive(Calendrical) - Method in class javax.time.calendar.ISOChronology.EpochDaysRule
 
derive(Calendrical) - Method in class javax.time.calendar.ISOChronology.MonthOfYearRule
 
derive(Calendrical) - Method in class javax.time.calendar.ISOChronology.NanoOfDayRule
 
derive(Calendrical) - Method in class javax.time.calendar.ISOChronology.QuarterOfYearRule
 
derive(Calendrical) - Method in class javax.time.calendar.ISOChronology.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.LocalDate.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.LocalDateTime.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.LocalTime.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.MonthDay.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.OffsetDate.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.OffsetDateTime.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.OffsetTime.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.TimeZone.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.YearMonth.Rule
 
derive(Calendrical) - Method in class javax.time.calendar.ZoneOffset.Rule
 
derive(Calendrical) - Method in class javax.time.i18n.CopticChronology.DayOfMonthRule
 
derive(Calendrical) - Method in class javax.time.i18n.CopticChronology.DayOfWeekRule
 
derive(Calendrical) - Method in class javax.time.i18n.CopticChronology.DayOfYearRule
 
derive(Calendrical) - Method in class javax.time.i18n.CopticChronology.MonthOfYearRule
 
derive(Calendrical) - Method in class javax.time.i18n.CopticChronology.YearRule
 
derive(Calendrical) - Method in class javax.time.i18n.CopticDate.Rule
 
derive(Calendrical) - Method in class javax.time.i18n.HistoricChronology.DayOfMonthRule
 
derive(Calendrical) - Method in class javax.time.i18n.HistoricChronology.DayOfWeekRule
 
derive(Calendrical) - Method in class javax.time.i18n.HistoricChronology.DayOfYearRule
 
derive(Calendrical) - Method in class javax.time.i18n.HistoricChronology.EraRule
 
derive(Calendrical) - Method in class javax.time.i18n.HistoricChronology.MonthOfYearRule
 
derive(Calendrical) - Method in class javax.time.i18n.HistoricChronology.YearRule
 
derive(Calendrical) - Method in class javax.time.i18n.HistoricDate.Rule
 
deriveValueFor(CalendricalRule<R>, T, Calendrical, Chronology) - Method in class javax.time.calendar.CalendricalRule
Derives the value of the specified rule from a calendrical.
deriveValueFrom(Calendrical) - Method in class javax.time.calendar.CalendricalRule
Derives the value of this rule from a calendrical.
dividedBy(int) - Method in class javax.time.calendar.Period
Returns a new instance with each element in this period divided by the specified value.
dividedBy(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the amount divided by the specified divisor.
dividedBy(long) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with each amount in this period divided by the specified value.
dividedBy(long) - Method in class javax.time.Duration
Returns a copy of this duration divided by the specified value.
dom - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The day-of-month of the month-day of the cutover week.
dow - Variable in class javax.time.calendar.DateAdjusters.RelativeDayOfWeek
The day-of-week to find.
dow - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The cutover day-of-week, null to retain the day-of-month.
Duration - Class in javax.time
A duration between two instants on the time-line.
Duration(long, int) - Constructor for class javax.time.Duration
Constructs an instance of Duration using seconds and nanoseconds.
durationUntil(TAIInstant) - Method in class javax.time.TAIInstant
Returns the duration between this instant and the specified instant.
durationUntil(UTCInstant) - Method in class javax.time.UTCInstant
Returns the duration between this instant and the specified instant.

E

EMPTY - Static variable in class javax.time.calendar.DateTimeFields
A singleton empty DateTimeFields, placing no restrictions on the date-time.
endOfDay - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
Whether this is midnight end of day.
endOptional(boolean) - Method in class javax.time.calendar.format.DateTimeParseContext
Ends the parsing of an optional segment of the input.
endYear - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
The end year.
EPOCH - Static variable in class javax.time.Instant
Constant for the 1970-01-01T00:00:00Z epoch instant.
epochDays - Variable in class javax.time.i18n.CopticDate
The Coptic epoch day count, 0001-01-01 = 0.
epochDays() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the epoch-days field.
EpochDaysRule() - Constructor for class javax.time.calendar.ISOChronology.EpochDaysRule
Constructor.
equalInstant(OffsetDate) - Method in class javax.time.calendar.OffsetDate
Checks if the instant of midnight at the start of this OffsetDate equals midnight at the start of the specified date.
equalInstant(OffsetDateTime) - Method in class javax.time.calendar.OffsetDateTime
Checks if the instant of this OffsetDateTime is equal to that of the specified date-time.
equalInstant(OffsetTime) - Method in class javax.time.calendar.OffsetTime
Checks if the instant of this OffsetTime is equal to that of the specified time applying both times to a common date.
equalInstant(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
Checks if the instant of this date-time is equal to that of the specified date-time.
equals(Object) - Method in class javax.time.calendar.CalendricalContext
Is this context equal to the specified context.
equals(Object) - Method in class javax.time.calendar.CalendricalMatchers.DayOfWeekInMonth
equals(Object) - Method in class javax.time.calendar.CalendricalRule
Compares two rules based on their ID.
equals(Object) - Method in class javax.time.calendar.Clock.TimeSourceClock
equals(Object) - Method in class javax.time.calendar.DateAdjusters.DayOfWeekInMonth
equals(Object) - Method in class javax.time.calendar.DateAdjusters.RelativeDayOfWeek
equals(Object) - Method in class javax.time.calendar.DateTimeFields
Is this object equal to the specified object.
equals(Object) - Method in class javax.time.calendar.ISOChronology.Rule
 
equals(Object) - Method in class javax.time.calendar.ISOChronology.Unit
 
equals(Object) - Method in class javax.time.calendar.LocalDate
Checks if this LocalDate is equal to the specified date.
equals(Object) - Method in class javax.time.calendar.LocalDateTime
Checks if this LocalDateTime is equal to the specified date-time.
equals(Object) - Method in class javax.time.calendar.LocalTime
Checks if this LocalTime is equal to the specified time.
equals(Object) - Method in class javax.time.calendar.LocalTime.Overflow
Compares this object to another.
equals(Object) - Method in class javax.time.calendar.MonthDay
Is this month-day equal to the specified month-day.
equals(Object) - Method in class javax.time.calendar.OffsetDate
Checks if this OffsetDate is equal to the specified date.
equals(Object) - Method in class javax.time.calendar.OffsetDateTime
Checks if this OffsetDateTime is equal to the specified date-time.
equals(Object) - Method in class javax.time.calendar.OffsetTime
Checks if this OffsetTime is equal to the specified time.
equals(Object) - Method in class javax.time.calendar.Period
Is this period equal to the specified period.
equals(Object) - Method in class javax.time.calendar.PeriodField
Checks if this period is equal to the specified period.
equals(Object) - Method in class javax.time.calendar.PeriodFields
Checks if this instance equal to the specified period.
equals(Object) - Method in class javax.time.calendar.PeriodUnit
Compares two units based on the name, estimated duration and equivalent period.
equals(Object) - Method in class javax.time.calendar.TimeZone
Is this instance equal to that specified by comparing the ID.
equals(Object) - Method in class javax.time.calendar.Year
Is this year equal to the specified year.
equals(Object) - Method in class javax.time.calendar.YearMonth
Is this year-month equal to the specified year-month.
equals(Object) - Method in class javax.time.calendar.zone.FixedZoneRules
Checks if this object equals another, comparing the offset.
equals(Object) - Method in class javax.time.calendar.zone.StandardZoneRules
Checks if this object equals another, comparing the complete set of rules.
equals(Object) - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Checks if this object equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Checks if this object equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Checks if this object equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneRules
Checks if this set of rules equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Is this instance equal to that specified by comparing the group ID.
equals(Object) - Method in class javax.time.calendar.ZonedDateTime
Checks if this ZonedDateTime is equal to the specified date-time.
equals(Object) - Method in class javax.time.calendar.ZoneOffset
Checks if this instance is equal to the specified offset, comparing the amount of the offset in seconds.
equals(Object) - Method in class javax.time.Duration
Checks if this duration is equal to the specified Duration.
equals(Object) - Method in class javax.time.i18n.CopticDate
Checks if this date is equal to the specified date.
equals(Object) - Method in class javax.time.i18n.HistoricDate
Checks is this date is equal to the specified date.
equals(Object) - Method in class javax.time.Instant
Checks if this instant is equal to the specified instant.
equals(Object) - Method in class javax.time.TAIInstant
Checks if this instant is equal to the specified TAIInstant.
equals(Object) - Method in class javax.time.TimeSource.FixedTimeSource
equals(Object) - Method in class javax.time.TimeSource.OffsetSystemTimeSource
equals(Object) - Method in class javax.time.UTCInstant
Checks if this instant is equal to the specified UTCInstant.
equivalentPeriods - Variable in class javax.time.calendar.PeriodUnit
The cache of periods equivalent to this unit, not null.
eraRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the year field in the Historic chronology.
EraRule(HistoricChronology) - Constructor for class javax.time.i18n.HistoricChronology.EraRule
Constructor.
ERAS - Static variable in class javax.time.calendar.ISOChronology
Period unit for eras.
errorIndex - Variable in exception javax.time.calendar.format.CalendricalParseException
The error index in the text.
estimatedDuration - Variable in class javax.time.calendar.PeriodUnit
The estimated duration of the unit, not null.
EXCEED_POINTS - Static variable in class javax.time.calendar.format.NumberPrinterParser
Array of 10 to the power of n.
EXCEEDS_PAD - javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Style to always output the sign if the value exceeds the pad width.

F

FEBRUARY - javax.time.calendar.MonthOfYear
The singleton instance for the month of February with 28 days, or 29 in a leap year.
fieldValueMap - Variable in class javax.time.calendar.DateTimeFields
The date time map, never null, may be empty.
findOffsetInfo(LocalDateTime, ZoneOffsetTransition) - Method in class javax.time.calendar.zone.StandardZoneRules
Finds the offset info for a local date-time and transition.
findTransitionArray(int) - Method in class javax.time.calendar.zone.StandardZoneRules
Finds the appropriate transition array for the given year.
FIRST_DAY_OF_MONTH - javax.time.calendar.DateAdjusters.Impl
First day-of-year adjuster.
FIRST_DAY_OF_YEAR - javax.time.calendar.DateAdjusters.Impl
First day-of-year adjuster.
firstDayOfMonth() - Static method in class javax.time.calendar.DateAdjusters
Returns the first day-of-month adjuster, which returns a new date with the day-of-month changed to be the first day of the month.
firstDayOfWeekFor(Locale) - Static method in enum javax.time.calendar.DayOfWeek
Returns the DayOfWeek instance that corresponds to the first day-of-week for a given locale.
firstDayOfYear() - Static method in class javax.time.calendar.DateAdjusters
Returns the first day-of-year adjuster, which returns a new date with the day-of-year changed to be the first day of the year - January 1.
firstInMonth(DayOfWeek) - Static method in class javax.time.calendar.CalendricalMatchers
Returns the first in month matcher, which returns true if the date is the first occurrence of day-of-week in the month.
firstInMonth(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the first in month adjuster, which returns a new date in the same month with the first matching day-of-week.
fixed(InstantProvider) - Static method in class javax.time.TimeSource
Gets a time-source that always returns the same Instant.
Fixed(ZoneOffset) - Constructor for class javax.time.calendar.TimeZone.Fixed
Constructor.
fixedSavingAmount - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
The fixed amount of the saving to be applied during this window.
fixedSavings - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
The fixed savings amount.
FixedTimeSource(Instant) - Constructor for class javax.time.TimeSource.FixedTimeSource
Restricted constructor.
FixedZoneRules - Class in javax.time.calendar.zone
Implementation of zone rules for fixed offsets.
FixedZoneRules(ZoneOffset) - Constructor for class javax.time.calendar.zone.FixedZoneRules
Constructor.
floorDiv(int, int) - Static method in class javax.time.MathUtils
Returns the floor division.
floorDiv(long, long) - Static method in class javax.time.MathUtils
Returns the floor division.
floorMod(int, int) - Static method in class javax.time.MathUtils
Returns the floor modulus.
floorMod(long, int) - Static method in class javax.time.MathUtils
Returns the floor modulus.
floorMod(long, long) - Static method in class javax.time.MathUtils
Returns the floor modulus.
format(Object, StringBuffer, FieldPosition) - Method in class javax.time.calendar.format.DateTimeFormatter.ClassicFormat
FormatStyle() - Constructor for enum javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
 
formatter(Locale) - Method in class javax.time.calendar.format.LocalizedPrinterParser
Gets the formatter to use.
FORMATTER_CACHE - Static variable in class javax.time.calendar.format.DateTimeFormatterProviderImpl
Cache of formatters.
FRACTION_CONTEXT - Static variable in class javax.time.calendar.DateTimeFieldRule
A Math context for calculating fractions from values.
FractionPrinterParser - Class in javax.time.calendar.format
Prints and parses a numeric date-time field with optional padding.
FractionPrinterParser(DateTimeFieldRule<?>, int, int) - Constructor for class javax.time.calendar.format.FractionPrinterParser
Constructor.
FRIDAY - javax.time.calendar.DayOfWeek
The singleton instance for the day-of-week of Friday.
FULL - javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Full text style, with the most detail.
FULL - javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Full text, typically the full description.
fullDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format, which is typically of full length.
fullDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format, which is typically of full length.
fullTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format, which is typically of full length.
FZR - Static variable in class javax.time.calendar.zone.Ser
Type for FixedZoneRules.

G

gapResolver - Variable in class javax.time.calendar.ZoneResolvers.Combination
The gap resolver.
get(String) - Method in class javax.time.calendar.format.ZonePrinterParser.SubstringTree
 
get(TimeUnit) - Method in class javax.time.Duration
Gets the duration in terms of the specified unit.
get(CalendricalRule<T>) - Method in enum javax.time.calendar.AmPmOfDay
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in interface javax.time.calendar.Calendrical
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.CalendricalMerger
Gets the value of the specified calendrical rule from the merged result.
get(CalendricalRule<T>) - Method in class javax.time.calendar.Chronology
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.DateTimeFields
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in enum javax.time.calendar.DayOfWeek
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.LocalDate
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.LocalDateTime
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.LocalTime
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.MonthDay
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in enum javax.time.calendar.MonthOfYear
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.OffsetDate
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.OffsetDateTime
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.OffsetTime
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in enum javax.time.calendar.QuarterOfYear
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.TimeZone
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.Year
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.YearMonth
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.ZonedDateTime
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.calendar.ZoneOffset
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.i18n.CopticDate
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.i18n.HistoricDate
Gets the value of the specified calendar field.
get(CalendricalRule<T>) - Method in enum javax.time.i18n.HistoricEra
Gets the value of the specified calendrical rule.
get(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Gets the period for the specified unit.
getAmount() - Method in class javax.time.calendar.PeriodField
Gets the amount of this period.
getAmount(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Gets the amount of this period for the specified unit.
getAmountInt() - Method in class javax.time.calendar.PeriodField
Gets the amount of this period, converted to an int.
getAmountInt(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Gets the amount of this period for the specified unit converted to an int.
getAmountSeconds() - Method in class javax.time.calendar.ZoneOffset
Gets the total zone offset in seconds.
getApplicableRules() - Method in class javax.time.calendar.ZonedDateTime
Calculates the zone rules applicable for this date-time.
getApplicableZone() - Method in class javax.time.calendar.ZonedDateTime
Calculates the applicable versioned time-zone, such as 'Europe/Paris#2009b'.
getAvailableGroups() - Static method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the set of available zone rule groups.
getAvailableLocales() - Static method in class javax.time.calendar.format.DateTimeFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Method in class javax.time.calendar.format.DateTimeFormatterProviderImpl
getAvailableVersionIDs() - Method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the set of available versions for this group.
getBaseUnit() - Method in class javax.time.calendar.PeriodUnit
Gets the base unit of this unit.
getChronology() - Method in class javax.time.calendar.CalendricalRule
Gets the chronology of the rule.
getChronology() - Method in class javax.time.calendar.LocalDate
Gets the chronology that this date uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.LocalDateTime
Gets the chronology that this date-time uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.LocalTime
Gets the chronology that this time uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.MonthDay
Gets the chronology that this month-day uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.OffsetDate
Gets the chronology that this date uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.OffsetDateTime
Gets the chronology that this date-time uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.OffsetTime
Gets the chronology that this time uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.YearMonth
Gets the chronology that this year-month uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.calendar.ZonedDateTime
Gets the chronology that this date-time uses, which is the ISO calendar system.
getChronology() - Method in class javax.time.i18n.CopticDate
Gets the chronology that this date uses, which is the Coptic calendar system.
getChronology() - Method in class javax.time.i18n.HistoricDate
Gets the chronology that this date uses, which is the historic calendar system.
getContext() - Method in class javax.time.calendar.CalendricalMerger
Gets the calendrical context in use for the merge.
getCutover() - Method in class javax.time.i18n.HistoricChronology
Gets the cutover date of the chronology.
getDateFromDayOfYear(int, int) - Static method in class javax.time.calendar.ISOChronology
Calculates the date from a year and day-of-year.
getDateFromDayOfYear(int, int) - Method in class javax.time.i18n.HistoricChronology
Calculates the date from a year and day-of-year.
getDateResolver() - Method in class javax.time.calendar.CalendricalContext
Gets the date resolver to use.
getDateTimeAfter() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Gets the transition date-time expressed with the 'after' offset.
getDateTimeBefore() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Gets the transition instant date-time expressed with the 'before' offset.
getDaylightSavings(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
Gets the amount of daylight savings in use for the specified instant in this zone.
getDayOfMonth() - Method in class javax.time.calendar.LocalDate
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.calendar.LocalDateTime
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.calendar.MonthDay
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.calendar.OffsetDate
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.calendar.OffsetDateTime
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.calendar.ZonedDateTime
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.i18n.CopticDate
Gets the Coptic day-of-month field.
getDayOfMonth() - Method in class javax.time.i18n.HistoricDate
Gets the historic day-of-month value.
getDayOfMonthIndicator() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the indicator of the day-of-month of the transition.
getDayOfWeek() - Method in class javax.time.calendar.LocalDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.calendar.LocalDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.calendar.OffsetDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.calendar.OffsetDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the day-of-week of the transition.
getDayOfWeek() - Method in class javax.time.calendar.ZonedDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.i18n.CopticDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.i18n.HistoricDate
Gets the historic day-of-week.
getDayOfWeekFromDate(LocalDate) - Static method in class javax.time.calendar.ISOChronology
Calculates the day-of-week from a date.
getDayOfYear() - Method in class javax.time.calendar.LocalDate
Gets the day-of-year field.
getDayOfYear() - Method in class javax.time.calendar.LocalDateTime
Gets the day-of-year field.
getDayOfYear() - Method in class javax.time.calendar.OffsetDate
Gets the day-of-year field.
getDayOfYear() - Method in class javax.time.calendar.OffsetDateTime
Gets the day-of-year field.
getDayOfYear() - Method in class javax.time.calendar.ZonedDateTime
Gets the day-of-year field.
getDayOfYear() - Method in class javax.time.i18n.CopticDate
Gets the Coptic day-of-year field.
getDayOfYear() - Method in class javax.time.i18n.HistoricDate
Gets the historic day-of-year value.
getDayOfYear(HistoricDate) - Method in class javax.time.i18n.HistoricChronology
Calculates the day-of-year from a date.
getDayOfYearFromDate(LocalDate) - Static method in class javax.time.calendar.ISOChronology
Calculates the day-of-year from a date.
getDays() - Method in class javax.time.calendar.Period
Gets the amount of days of this period, if any.
getDecimalPointChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the character that represents the decimal point.
getDigitChar(int) - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the character that represents the specified digit.
getEpochSeconds() - Method in class javax.time.Instant
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
getEquivalentPeriod(PeriodUnit) - Method in class javax.time.calendar.PeriodUnit
Gets the period in the specified unit that is equivalent to this unit.
getEquivalentPeriods() - Method in class javax.time.calendar.PeriodUnit
Gets the periods that are equivalent to this unit.
getEra() - Method in class javax.time.i18n.HistoricDate
Gets the historic era.
getErrorIndex() - Method in exception javax.time.calendar.format.CalendricalParseException
Returns the index where the error was found.
getEstimatedDuration() - Method in class javax.time.calendar.PeriodUnit
Gets an estimate of the duration of the unit in seconds.
getEstimatedOffset() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Gets an estimated offset for the local date-time.
getFirstMonthOfQuarter() - Method in enum javax.time.calendar.QuarterOfYear
Gets the first of the three months that this quarter refers to.
getFormatter(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Locale, Chronology) - Method in class javax.time.calendar.format.DateTimeFormatterProvider
Gets a localized date, time or date-time format.
getFormatter(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Locale, Chronology) - Method in class javax.time.calendar.format.DateTimeFormatterProviderImpl
Gets a localized date, time or date-time format.
getGroup() - Method in class javax.time.calendar.TimeZone.Fixed
 
getGroup() - Method in class javax.time.calendar.TimeZone
Finds the zone rules group for the stored group ID, such as 'TZDB'.
getGroup() - Method in class javax.time.calendar.TimeZone.ID
 
getGroup(String) - Static method in class javax.time.calendar.zone.ZoneRulesGroup
Gets a group by ID, such as 'TZDB'.
getGroupID() - Method in class javax.time.calendar.TimeZone.Fixed
 
getGroupID() - Method in class javax.time.calendar.TimeZone
Gets the time-zone rules group ID, such as 'TZDB'.
getGroupID() - Method in class javax.time.calendar.TimeZone.ID
 
getGroupID() - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
Gets the time-zone group ID of the data available via this provider, such as 'TZDB'.
getGroupID() - Method in interface javax.time.calendar.zone.ZoneRulesDataProvider
Gets the time-zone group ID of the data available via this provider, such as 'TZDB'.
getHourOfDay() - Method in class javax.time.calendar.LocalDateTime
Gets the hour-of-day field.
getHourOfDay() - Method in class javax.time.calendar.LocalTime
Gets the hour-of-day field.
getHourOfDay() - Method in class javax.time.calendar.OffsetDateTime
Gets the hour-of-day field.
getHourOfDay() - Method in class javax.time.calendar.OffsetTime
Gets the hour-of-day field.
getHourOfDay() - Method in class javax.time.calendar.ZonedDateTime
Gets the hour-of-day field.
getHours() - Method in class javax.time.calendar.Period
Gets the amount of hours of this period, if any.
getHoursField() - Method in class javax.time.calendar.ZoneOffset
Gets the hours field of the zone offset.
getID() - Method in class javax.time.calendar.CalendricalRule
Gets the ID of the rule.
getID() - Method in class javax.time.calendar.TimeZone.Fixed
 
getID() - Method in class javax.time.calendar.TimeZone
Gets the unique time-zone ID.
getID() - Method in class javax.time.calendar.TimeZone.ID
 
getID() - Method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the ID of the group, such as 'TZDB'.
getID() - Method in class javax.time.calendar.ZoneOffset
Gets the normalized zone offset id.
getInputMap() - Method in class javax.time.calendar.CalendricalMerger
Gets the underlying rule-value map that is being merged.
getInstance() - Static method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the DateFormatSymbols instance for the default locale.
getInstance() - Static method in class javax.time.calendar.PeriodParser
Gets the singleton instance of the parser.
getInstance(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the DateFormatSymbols instance for the specified locale.
getInstant() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Gets the transition instant.
getInt(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
Gets the int value of this field from the specified calendrical throwing an exception if the value cannot be returned.
getInt(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
Gets the value for the specified field throwing an exception if the field is not in the field-value map.
getInteger(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
Gets the Integer value of this field from the specified calendrical returning null if the value cannot be returned.
getLargestMinimumValue() - Method in class javax.time.calendar.DateTimeFieldRule
Gets the largest possible minimum value that the field can take.
getLastDayOfMonth(boolean) - Method in enum javax.time.calendar.MonthOfYear
Gets the day-of-month for last day of this month.
getLatestVersionID() - Method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the latest available version of the group's data.
getLatestVersionID(String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the latest available version of the group's data for a region.
getLatestVersionIDValidFor(String, OffsetDateTime) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Finds the latest version ID that is valid for
getLeapSecondAdjustment(long) - Method in class javax.time.SystemUTCRules
 
getLeapSecondAdjustment(long) - Method in class javax.time.UTCRules
Gets the leap second adjustment on the specified date.
getLeapSecondDates() - Method in class javax.time.SystemUTCRules
 
getLeapSecondDates() - Method in class javax.time.UTCRules
Gets all known leap second dates.
getLocal() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Gets the local date-time at the transition which is expressed relative to the 'before' offset.
getLocalDateTime() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Gets the local date-time that this info is applicable to.
getLocale() - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
Gets the locale that the text relates to.
getLocale() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the locale to use for printing and parsing text.
getLocale() - Method in class javax.time.calendar.format.DateTimeFormatter
Gets the locale to be used during formatting.
getLocale() - Method in class javax.time.calendar.format.DateTimeParseContext
Gets the locale to use for printing and parsing text.
getLocalTime() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the local time of day of the transition which must be checked with ZoneOffsetTransitionRule.isMidnightEndOfDay().
getMaximumValue() - Method in class javax.time.calendar.DateTimeFieldRule
Gets the maximum value that the field can take.
getMaximumValue(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
Gets the minimum value that the field can take using the specified calendrical information to refine the accuracy of the response.
getMaximumValue(Calendrical) - Method in class javax.time.calendar.ISOChronology.Rule
 
getMaximumValue(Calendrical) - Method in class javax.time.i18n.CopticChronology.DayOfMonthRule
 
getMaximumValue(Calendrical) - Method in class javax.time.i18n.CopticChronology.DayOfYearRule
 
getMaximumValue(Calendrical) - Method in class javax.time.i18n.HistoricChronology.DayOfMonthRule
 
getMaximumValue(Calendrical) - Method in class javax.time.i18n.HistoricChronology.DayOfYearRule
 
getMinimumValue() - Method in class javax.time.calendar.DateTimeFieldRule
Gets the minimum value that the field can take.
getMinimumValue(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
Gets the minimum value that the field can take using the specified calendrical information to refine the accuracy of the response.
getMinuteOfHour() - Method in class javax.time.calendar.LocalDateTime
Gets the minute-of-hour field.
getMinuteOfHour() - Method in class javax.time.calendar.LocalTime
Gets the minute-of-hour field.
getMinuteOfHour() - Method in class javax.time.calendar.OffsetDateTime
Gets the minute-of-hour field.
getMinuteOfHour() - Method in class javax.time.calendar.OffsetTime
Gets the minute-of-hour field.
getMinuteOfHour() - Method in class javax.time.calendar.ZonedDateTime
Gets the minute-of-hour field.
getMinutes() - Method in class javax.time.calendar.Period
Gets the amount of minutes of this period, if any.
getMinutesField() - Method in class javax.time.calendar.ZoneOffset
Gets the minutes field of the zone offset.
getModifiedJulianDays() - Method in class javax.time.UTCInstant
Gets the Modified Julian Day (MJD).
getMonthEndDayOfYear(boolean) - Method in enum javax.time.calendar.MonthOfYear
Gets the day-of-year for the last day of this month.
getMonthOfQuarter() - Method in enum javax.time.calendar.MonthOfYear
Gets the index of the month within the quarter.
getMonthOfYear() - Method in class javax.time.calendar.LocalDate
Gets the month-of-year field, which is an enum MonthOfYear.
getMonthOfYear() - Method in class javax.time.calendar.LocalDateTime
Gets the month-of-year field, which is an enum MonthOfYear.
getMonthOfYear() - Method in class javax.time.calendar.MonthDay
Gets the month-of-year field, which is an enum MonthOfYear.
getMonthOfYear() - Method in class javax.time.calendar.OffsetDate
Gets the month-of-year field, which is an enum MonthOfYear.
getMonthOfYear() - Method in class javax.time.calendar.OffsetDateTime
Gets the month-of-year field, which is an enum MonthOfYear.
getMonthOfYear() - Method in class javax.time.calendar.YearMonth
Gets the month-of-year field, which is an enum MonthOfYear.
getMonthOfYear() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the month of the transition.
getMonthOfYear() - Method in class javax.time.calendar.ZonedDateTime
Gets the month-of-year field, which is an enum MonthOfYear.
getMonthOfYear() - Method in class javax.time.i18n.CopticDate
Gets the Coptic month-of-year field.
getMonthOfYear() - Method in class javax.time.i18n.HistoricDate
Gets the historic month-of-year value.
getMonths() - Method in class javax.time.calendar.Period
Gets the amount of months of this period, if any.
getMonthStartDayOfYear(boolean) - Method in enum javax.time.calendar.MonthOfYear
Gets the day-of-year for the first day of this month.
getName() - Method in class javax.time.calendar.CalendricalRule
Gets the name of the rule.
getName() - Method in class javax.time.calendar.Chronology
Gets the name of the chronology.
getName() - Method in class javax.time.calendar.ISOChronology
Gets the name of the chronology.
getName() - Method in class javax.time.calendar.PeriodUnit
Gets the name of the unit, used as an identifier for the unit.
getName() - Method in class javax.time.calendar.TimeZone
Gets the textual name of this zone.
getName() - Method in class javax.time.i18n.CopticChronology
Gets the name of the chronology.
getName() - Method in class javax.time.i18n.HistoricChronology
Gets the name of the chronology.
getName() - Method in class javax.time.i18n.JulianChronology
Gets the name of the chronology.
getName() - Method in class javax.time.SystemUTCRules
 
getName() - Method in class javax.time.UTCRules
The name of these rules.
getNanoOfDay() - Method in class javax.time.UTCInstant
Gets the number of nanoseconds, later along the time-line, from the start of the Modified Julian Day.
getNanoOfSecond() - Method in class javax.time.calendar.LocalDateTime
Gets the nano-of-second field.
getNanoOfSecond() - Method in class javax.time.calendar.LocalTime
Gets the nano-of-second field.
getNanoOfSecond() - Method in class javax.time.calendar.OffsetDateTime
Gets the nano-of-second field.
getNanoOfSecond() - Method in class javax.time.calendar.OffsetTime
Gets the nano-of-second field.
getNanoOfSecond() - Method in class javax.time.calendar.ZonedDateTime
Gets the nano-of-second field.
getNanoOfSecond() - Method in class javax.time.Duration
Gets the number of nanoseconds within the second in this duration.
getNanoOfSecond() - Method in class javax.time.Instant
Gets the number of nanoseconds, later along the time-line, from the start of the second.
getNanoOfSecond() - Method in class javax.time.TAIInstant
Gets the number of nanoseconds, later along the time-line, from the start of the second.
getNanos() - Method in class javax.time.calendar.Period
Gets the amount of nanoseconds of this period, if any.
getNanosInt() - Method in class javax.time.calendar.Period
Gets the amount of nanoseconds of this period safely converted to an int.
getNegativeSignChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the character that represents the negative sign.
getOffset() - Method in class javax.time.calendar.OffsetDate
Gets the zone offset.
getOffset() - Method in class javax.time.calendar.OffsetDateTime
Gets the zone offset.
getOffset() - Method in class javax.time.calendar.OffsetTime
Gets the zone offset representing how far ahead or behind UTC the time is.
getOffset() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Gets the offset applicable at this point on the local time-line.
getOffset() - Method in class javax.time.calendar.ZonedDateTime
Gets the zone offset, such as '+01:00'.
getOffset(InstantProvider) - Method in class javax.time.calendar.zone.FixedZoneRules
Gets the offset applicable at the specified instant in this zone.
getOffset(InstantProvider) - Method in class javax.time.calendar.zone.StandardZoneRules
Gets the offset applicable at the specified instant in this zone.
getOffset(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
Gets the offset applicable at the specified instant in this zone.
getOffsetAfter() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Gets the offset after the transition.
getOffsetAfter() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the offset after the transition.
getOffsetBefore() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Gets the offset before the transition.
getOffsetBefore() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the offset before the transition.
getOffsetInfo(LocalDateTime) - Method in class javax.time.calendar.zone.FixedZoneRules
Gets the offset information for a local date-time in this zone.
getOffsetInfo(LocalDateTime) - Method in class javax.time.calendar.zone.StandardZoneRules
Gets the offset information for a local date-time in this zone.
getOffsetInfo(LocalDateTime) - Method in class javax.time.calendar.zone.ZoneRules
Gets the offset information for a local date-time in this zone.
getOffsetInfo(Instant) - Method in class javax.time.calendar.zone.ZoneRules
Gets the offset information for the specified instant in this zone.
getOverflow() - Method in class javax.time.calendar.CalendricalMerger
Gets the overflow that results from the merge.
getOverflowDays() - Method in class javax.time.calendar.LocalTime.Overflow
Gets the days overflowing from the calculation.
getParsableIDs() - Static method in class javax.time.calendar.zone.ZoneRulesGroup
Gets a view of the complete set of parsable group:region IDs.
getParsed(CalendricalRule<?>) - Method in class javax.time.calendar.format.DateTimeParseContext
Gets the parsed value for the specified rule.
getParsedRules() - Method in class javax.time.calendar.format.DateTimeParseContext
Gets the set of parsed rules.
getParsedString() - Method in exception javax.time.calendar.format.CalendricalParseException
Returns the string that was being parsed.
getPeriodRange() - Method in class javax.time.calendar.CalendricalRule
Gets the range that the rule is bound by.
getPeriodUnit() - Method in class javax.time.calendar.CalendricalRule
Gets the unit that the rule is measured in.
getPositiveSignChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the character that represents the positive sign.
getQuarterOfYear() - Method in enum javax.time.calendar.MonthOfYear
Gets the quarter that this month falls in.
getQuiet(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
Gets the value for the specified field quietly returning null if the field is not in the field-value map.
getRegionID() - Method in class javax.time.calendar.TimeZone.Fixed
 
getRegionID() - Method in class javax.time.calendar.TimeZone
Gets the time-zone region identifier, such as 'Europe/London'.
getRegionID() - Method in class javax.time.calendar.TimeZone.ID
 
getRegionIDs() - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
Gets the provided region IDs.
getRegionIDs() - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
 
getRegionIDs() - Method in interface javax.time.calendar.zone.ZoneRulesDataProvider
Gets the provided region IDs.
getRegionIDs() - Method in interface javax.time.calendar.zone.ZoneRulesVersion
Gets the complete set of provided region IDs, such as 'Europe/Paris'.
getRegionIDs(String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the set of available region IDs for this group that are valid for the specified version.
getReifiedType() - Method in class javax.time.calendar.CalendricalRule
Gets the reified class representing the underlying type of the rule.
getResultTime() - Method in class javax.time.calendar.LocalTime.Overflow
Gets the time that was the result of the calculation.
getRule() - Method in exception javax.time.calendar.CalendricalRuleException
Gets the rule that is connected to the exception.
getRule() - Method in exception javax.time.calendar.format.CalendricalPrintFieldException
Gets the rule that caused the exception.
getRules() - Method in class javax.time.calendar.TimeZone.Fixed
 
getRules() - Method in class javax.time.calendar.TimeZone
Gets the time-zone rules allowing calculations to be performed.
getRules() - Method in class javax.time.calendar.TimeZone.ID
 
getRules() - Method in class javax.time.UTCInstant
Gets the leap second rules defining when leap seconds occur.
getRules(String, String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the rules for the specified region#version ID combination.
getRulesValidFor(String, String, OffsetDateTime) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Gets the rules for the specified region and version ensuring that the rules are valid for the date-time.
getRulesValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone.Fixed
 
getRulesValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone
Gets the time-zone rules allowing calculations to be performed, ensuring that the date-time and offset specified is valid for the returned rules.
getRulesValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone.ID
 
getSecondOfMinute() - Method in class javax.time.calendar.LocalDateTime
Gets the second-of-minute field.
getSecondOfMinute() - Method in class javax.time.calendar.LocalTime
Gets the second-of-minute field.
getSecondOfMinute() - Method in class javax.time.calendar.OffsetDateTime
Gets the second-of-minute field.
getSecondOfMinute() - Method in class javax.time.calendar.OffsetTime
Gets the second-of-minute field.
getSecondOfMinute() - Method in class javax.time.calendar.ZonedDateTime
Gets the second-of-minute field.
getSeconds() - Method in class javax.time.calendar.Period
Gets the amount of seconds of this period, if any.
getSeconds() - Method in class javax.time.Duration
Gets the number of seconds in this duration.
getSecondsField() - Method in class javax.time.calendar.ZoneOffset
Gets the seconds field of the zone offset.
getShortName() - Method in class javax.time.calendar.TimeZone
Gets the short textual name of this zone.
getShortText(Locale) - Method in enum javax.time.calendar.AmPmOfDay
Gets the short textual representation of this AM/PM, such as 'AM' or 'PM'.
getShortText(Locale) - Method in enum javax.time.calendar.DayOfWeek
Gets the short textual representation of this day-of-week, such as 'Mon' or 'Fri'.
getShortText(Locale) - Method in enum javax.time.calendar.MonthOfYear
Gets the short textual representation of this month-of-year, such as 'Jan' or 'Dec'.
getShortText(Locale) - Method in enum javax.time.i18n.HistoricEra
Gets the short textual representation of this BCE/CE, such as 'BCE' or 'CE'.
getSmallestMaximumValue() - Method in class javax.time.calendar.DateTimeFieldRule
Gets the smallest possible maximum value that the field can take.
getSmallestMaximumValue() - Method in class javax.time.calendar.ISOChronology.Rule
 
getSmallestMaximumValue() - Method in class javax.time.i18n.CopticChronology.DayOfMonthRule
 
getSmallestMaximumValue() - Method in class javax.time.i18n.CopticChronology.DayOfYearRule
 
getSmallestMaximumValue() - Method in class javax.time.i18n.HistoricChronology.DayOfMonthRule
 
getSmallestMaximumValue() - Method in class javax.time.i18n.HistoricChronology.DayOfYearRule
 
getSource() - Method in class javax.time.calendar.Clock
Gets the time-source being used to create dates and times.
getSource() - Method in class javax.time.calendar.Clock.TimeSourceClock
Gets the time-source being used to create dates and times.
getStandardOffset() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the standard offset in force at the transition.
getStandardOffset(InstantProvider) - Method in class javax.time.calendar.zone.FixedZoneRules
Gets the standard offset for the specified instant in this zone.
getStandardOffset(InstantProvider) - Method in class javax.time.calendar.zone.StandardZoneRules
Gets the standard offset for the specified instant in this zone.
getStandardOffset(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
Gets the standard offset for the specified instant in this zone.
getSymbols() - Method in class javax.time.calendar.format.DateTimeParseContext
Gets the formatting symbols.
getTAIOffset(long) - Method in class javax.time.SystemUTCRules
 
getTAIOffset(long) - Method in class javax.time.UTCRules
Gets the offset to TAI on the specified date.
getTAISeconds() - Method in class javax.time.TAIInstant
Gets the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI).
getText(int, Locale, DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.DateTimeFieldRule
Gets the text for this field.
getText(Locale) - Method in enum javax.time.calendar.AmPmOfDay
Gets the full textual representation of this AM/PM, such as 'AM' or 'PM'.
getText(Locale) - Method in enum javax.time.calendar.DayOfWeek
Gets the full textual representation of this day-of-week, such as 'Monday' or 'Friday'.
getText(Locale) - Method in enum javax.time.calendar.MonthOfYear
Gets the full textual representation of this month-of-year, such as 'January' or 'December'.
getText(Locale) - Method in enum javax.time.i18n.HistoricEra
Gets the short textual representation of this day-of-week, such as 'BCE' or 'CE'.
getTextStore(Locale, DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.DateTimeFieldRule
Gets the text map for this field with the specified locale and style.
getTextValueMap() - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
Gets the derived map expressing the value for each text.
getTimeDefinition() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the time definition, specifying how to convert the time to an instant.
getTransition() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Gets information about the transition occurring on the local time-line.
getTransitionRules() - Method in class javax.time.calendar.zone.FixedZoneRules
Gets the list of transition rules for years beyond those defined in the transition list.
getTransitionRules() - Method in class javax.time.calendar.zone.StandardZoneRules
Gets the list of transition rules for years beyond those defined in the transition list.
getTransitionRules() - Method in class javax.time.calendar.zone.ZoneRules
Gets the list of transition rules for years beyond those defined in the transition list.
getTransitions() - Method in class javax.time.calendar.zone.FixedZoneRules
Gets the complete list of fully defined transitions.
getTransitions() - Method in class javax.time.calendar.zone.StandardZoneRules
Gets the complete list of transitions.
getTransitions() - Method in class javax.time.calendar.zone.ZoneRules
Gets the complete list of fully defined transitions.
getTransitionSize() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Gets the length of the transition as a Period.
getUnit() - Method in class javax.time.calendar.PeriodField
Gets the unit of this period.
getValue() - Method in enum javax.time.calendar.AmPmOfDay
Gets the AM/PM int value.
getValue() - Method in enum javax.time.calendar.DayOfWeek
Gets the day-of-week int value.
getValue() - Method in exception javax.time.calendar.format.CalendricalPrintFieldException
Gets the value of the field that caused the exception.
getValue() - Method in enum javax.time.calendar.MonthOfYear
Gets the month-of-year int value.
getValue() - Method in enum javax.time.calendar.QuarterOfYear
Gets the quarter-of-year int value.
getValue() - Method in class javax.time.calendar.Year
Gets the year value.
getValue() - Method in enum javax.time.i18n.HistoricEra
Gets the BCE/CE int value.
getValue(Calendrical) - Method in class javax.time.calendar.CalendricalRule
Gets the value of this rule from the specified calendrical returning null if the value cannot be returned.
getValue(Calendrical) - Method in class javax.time.calendar.format.NumberPrinterParser
Gets the value to output.
getValue(Calendrical) - Method in class javax.time.calendar.format.ReducedPrinterParser
Gets the value to output.
getValue(CalendricalRule<T>) - Method in class javax.time.calendar.CalendricalMerger
Gets the value of the specified calendrical rule from the merged result.
getValueChecked(Calendrical) - Method in class javax.time.calendar.CalendricalRule
Gets the value of the rule from the specified calendrical throwing an exception if the rule cannot be returned.
getValueText(int) - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
Gets the text for the specified integer value.
getValueTextMap() - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
Gets the map of text for each integer value.
getVersionID() - Method in class javax.time.calendar.TimeZone.Fixed
 
getVersionID() - Method in class javax.time.calendar.TimeZone
Gets the time-zone rules group version, such as '2009b'.
getVersionID() - Method in class javax.time.calendar.TimeZone.ID
 
getVersionID() - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
 
getVersionID() - Method in interface javax.time.calendar.zone.ZoneRulesVersion
Gets the time-zone version ID of the data available via this provider, such as '2010e'.
getVersions() - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
Gets the provided rules, version by version.
getVersions() - Method in interface javax.time.calendar.zone.ZoneRulesDataProvider
Gets the provided rules, version by version.
getWeekBasedYearFromDate(LocalDate) - Static method in class javax.time.calendar.ISOChronology
Calculates the week-based-year.
getWeekOfWeekBasedYearFromDate(LocalDate) - Static method in class javax.time.calendar.ISOChronology
Calculates the week of week-based-year.
getYear() - Method in class javax.time.calendar.LocalDate
Gets the year field.
getYear() - Method in class javax.time.calendar.LocalDateTime
Gets the year field.
getYear() - Method in class javax.time.calendar.OffsetDate
Gets the year field.
getYear() - Method in class javax.time.calendar.OffsetDateTime
Gets the year field.
getYear() - Method in class javax.time.calendar.YearMonth
Gets the year field.
getYear() - Method in class javax.time.calendar.ZonedDateTime
Gets the year field.
getYear() - Method in class javax.time.i18n.CopticDate
Gets the Coptic year field.
getYear() - Method in class javax.time.i18n.HistoricDate
Gets the historic year value, which can be negative.
getYearOfEra() - Method in class javax.time.i18n.HistoricDate
Gets the historic year-of-era value.
getYears() - Method in class javax.time.calendar.Period
Gets the amount of years of this period, if any.
getZeroChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
Gets the character that represents zero.
getZone() - Method in class javax.time.calendar.Clock
Gets the time-zone being used to create dates and times.
getZone() - Method in class javax.time.calendar.Clock.TimeSourceClock
Gets the time-zone being used to create dates and times.
getZone() - Method in class javax.time.calendar.ZonedDateTime
Gets the time-zone, such as 'Europe/Paris'.
getZoneRules(String) - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
 
getZoneRules(String) - Method in interface javax.time.calendar.zone.ZoneRulesVersion
Gets the zone rules for the specified region ID.
groupID - Variable in class javax.time.calendar.TimeZone.ID
The time-zone group ID, not null.
groupID - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
The group ID.
groupID - Variable in class javax.time.calendar.zone.ZoneRulesGroup
The zone rules group ID, such as 'TZDB'.
GROUPS - Static variable in class javax.time.calendar.zone.ZoneRulesGroup
The zone rule groups.

H

handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolver
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.Combination
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PostGapPreOverlap
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PostTransition
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PreTransition
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PushForward
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.RetainOffset
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleGap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.Strict
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolver
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.Combination
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PostGapPreOverlap
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PostTransition
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PreTransition
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.PushForward
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.RetainOffset
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
handleOverlap(TimeZone, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolvers.Strict
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
hashCode - Variable in class javax.time.calendar.PeriodUnit
The cache of the unit hash code.
hashCode() - Method in class javax.time.calendar.CalendricalContext
A hashcode for this context.
hashCode() - Method in class javax.time.calendar.CalendricalMatchers.DayOfWeekInMonth
hashCode() - Method in class javax.time.calendar.CalendricalRule
Returns a hash code based on the ID.
hashCode() - Method in class javax.time.calendar.Clock.TimeSourceClock
hashCode() - Method in class javax.time.calendar.DateAdjusters.DayOfWeekInMonth
hashCode() - Method in class javax.time.calendar.DateAdjusters.RelativeDayOfWeek
 
hashCode() - Method in class javax.time.calendar.DateTimeFields
A hash code for these fields.
hashCode() - Method in class javax.time.calendar.ISOChronology.Rule
 
hashCode() - Method in class javax.time.calendar.ISOChronology.Unit
 
hashCode() - Method in class javax.time.calendar.LocalDate
A hash code for this LocalDate.
hashCode() - Method in class javax.time.calendar.LocalDateTime
A hash code for this LocalDateTime.
hashCode() - Method in class javax.time.calendar.LocalTime
A hash code for this LocalTime.
hashCode() - Method in class javax.time.calendar.LocalTime.Overflow
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.MonthDay
A hash code for this month-day.
hashCode() - Method in class javax.time.calendar.OffsetDate
A hash code for this OffsetDate.
hashCode() - Method in class javax.time.calendar.OffsetDateTime
A hash code for this OffsetDateTime.
hashCode() - Method in class javax.time.calendar.OffsetTime
A hash code for this OffsetTime.
hashCode() - Method in class javax.time.calendar.Period
Returns the hash code for this period.
hashCode() - Method in class javax.time.calendar.PeriodField
Returns the hash code for this period.
hashCode() - Method in class javax.time.calendar.PeriodFields
Returns the hash code for this period.
hashCode() - Method in class javax.time.calendar.PeriodUnit
Returns a hash code based on the name, estimated duration and equivalent period.
hashCode() - Method in class javax.time.calendar.TimeZone
A hash code for this time-zone ID.
hashCode() - Method in class javax.time.calendar.Year
A hash code for this year.
hashCode() - Method in class javax.time.calendar.YearMonth
A hash code for this year-month.
hashCode() - Method in class javax.time.calendar.zone.FixedZoneRules
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.StandardZoneRules
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
A suitable hash code for this object.
hashCode() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.ZoneRules
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.ZoneRulesGroup
A hash code for this object.
hashCode() - Method in class javax.time.calendar.ZonedDateTime
A hash code for this ZonedDateTime.
hashCode() - Method in class javax.time.calendar.ZoneOffset
A hash code for the zone offset.
hashCode() - Method in class javax.time.Duration
A hash code for this duration.
hashCode() - Method in class javax.time.i18n.CopticDate
A hash code for this date.
hashCode() - Method in class javax.time.i18n.HistoricDate
A hash code for this date.
hashCode() - Method in class javax.time.Instant
Returns a hash code for this instant.
hashCode() - Method in class javax.time.TAIInstant
Returns a hash code for this instant.
hashCode() - Method in class javax.time.TimeSource.FixedTimeSource
hashCode() - Method in class javax.time.TimeSource.OffsetSystemTimeSource
hashCode() - Method in class javax.time.UTCInstant
Returns a hash code for this instant.
HistoricChronology - Class in javax.time.i18n
The Historic calendar system.
HistoricChronology(LocalDate) - Constructor for class javax.time.i18n.HistoricChronology
Restrictive constructor.
HistoricChronology.DayOfMonthRule - Class in javax.time.i18n
Rule implementation.
HistoricChronology.DayOfWeekRule - Class in javax.time.i18n
Rule implementation.
HistoricChronology.DayOfYearRule - Class in javax.time.i18n
Rule implementation.
HistoricChronology.EraRule - Class in javax.time.i18n
Rule implementation.
HistoricChronology.MonthOfYearRule - Class in javax.time.i18n
Rule implementation.
HistoricChronology.Months - Class in javax.time.i18n
Unit class for months.
HistoricChronology.YearRule - Class in javax.time.i18n
Rule implementation.
HistoricChronology.Years - Class in javax.time.i18n
Unit class for years.
HistoricDate - Class in javax.time.i18n
A date in the Historic calendar system.
HistoricDate(HistoricChronology, int, MonthOfYear, int) - Constructor for class javax.time.i18n.HistoricDate
Constructs an instance with the specified date.
HistoricDate.Rule - Class in javax.time.i18n
Rule implementation.
HistoricEra - Enum in javax.time.i18n
An era in the historic calendar system, with the values 'BCE' and 'CE'.
HistoricEra() - Constructor for enum javax.time.i18n.HistoricEra
 
hour - Variable in class javax.time.calendar.LocalTime
The hour.
HOUR_OF_AMPM - Static variable in class javax.time.calendar.ISOChronology
 
HOUR_OF_AMPM_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
HOUR_OF_DAY - Static variable in class javax.time.calendar.ISOChronology
 
HOUR_OF_DAY_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
hourOfAmPmRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the hour of AM/PM field from 0 to 11.
hourOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the hour-of-day field.
hours - Variable in class javax.time.calendar.Period
The number of hours.
hours - Variable in class javax.time.calendar.PeriodParser.ParseValues
The number of hours.
HOURS - Static variable in class javax.time.calendar.ISOChronology
Period unit for hours.
HOURS - Static variable in class javax.time.calendar.LocalTime
Constants for the local time of each hour.
HOURS_PER_DAY - Static variable in class javax.time.calendar.LocalTime
Hours per minute.

I

id - Variable in class javax.time.calendar.CalendricalRule
The id of the rule, not null.
id - Variable in class javax.time.calendar.TimeZone.Fixed
The zone id.
id - Variable in class javax.time.calendar.ZoneOffset
The string form of the time-zone offset.
ID(String, String, String) - Constructor for class javax.time.calendar.TimeZone.ID
Constructor.
ID_CACHE - Static variable in class javax.time.calendar.ZoneOffset
Cache of time-zone offset by id.
IDS - Static variable in class javax.time.calendar.zone.ZoneRulesGroup
The zone IDs.
IllegalCalendarFieldValueException - Exception in javax.time.calendar
An exception used when a value specified for a calendrical field is out of range.
IllegalCalendarFieldValueException(String, DateTimeFieldRule<?>) - Constructor for exception javax.time.calendar.IllegalCalendarFieldValueException
Constructs a new illegal field value exception with the specified message.
IllegalCalendarFieldValueException(DateTimeFieldRule<?>, long, int, int) - Constructor for exception javax.time.calendar.IllegalCalendarFieldValueException
Constructs a new illegal field value exception with a standard message.
Impl() - Constructor for enum javax.time.calendar.CalendricalMatchers.Impl
 
Impl() - Constructor for enum javax.time.calendar.DateAdjusters.Impl
 
includeColon - Variable in class javax.time.calendar.format.ZoneOffsetPrinterParser
Whether to include a colon.
index - Variable in class javax.time.calendar.PeriodParser.ParseValues
Parser position index.
inputMap - Variable in class javax.time.calendar.CalendricalMerger
The map of potentially invalid data to being merged, never null.
INSENSITIVE - javax.time.calendar.format.CaseSensitivePrinterParser
Case insensitive parsing.
insensitiveTextValueMap - Variable in class javax.time.calendar.DateTimeFieldRule.TextStore
Map of case insensitive text to value.
INSTANCE - Static variable in class javax.time.calendar.Chronology.Rule
 
INSTANCE - Static variable in class javax.time.calendar.DateResolvers.NextValid
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.DateResolvers.PartLenient
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.DateResolvers.PreviousValid
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.DateResolvers.Strict
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ISOChronology.AmPmOfDayRule
Singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ISOChronology.DayOfWeekRule
Singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ISOChronology.EpochDaysRule
Singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ISOChronology
The singleton instance of ISOChronology.
INSTANCE - Static variable in class javax.time.calendar.ISOChronology.MonthOfYearRule
Singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ISOChronology.NanoOfDayRule
Singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ISOChronology.QuarterOfYearRule
Singleton instance.
INSTANCE - Static variable in class javax.time.calendar.LocalDate.Rule
 
INSTANCE - Static variable in class javax.time.calendar.LocalDateTime.Rule
 
INSTANCE - Static variable in class javax.time.calendar.LocalTime.Rule
 
INSTANCE - Static variable in class javax.time.calendar.MonthDay.Rule
 
INSTANCE - Static variable in class javax.time.calendar.OffsetDate.Rule
 
INSTANCE - Static variable in class javax.time.calendar.OffsetDateTime.Rule
 
INSTANCE - Static variable in class javax.time.calendar.OffsetTime.Rule
 
INSTANCE - Static variable in class javax.time.calendar.PeriodParser
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.TimeZone.Rule
 
INSTANCE - Static variable in class javax.time.calendar.YearMonth.Rule
 
INSTANCE - Static variable in class javax.time.calendar.ZonedDateTime.Rule
 
INSTANCE - Static variable in class javax.time.calendar.ZoneOffset.Rule
 
INSTANCE - Static variable in class javax.time.calendar.ZoneResolvers.PostGapPreOverlap
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ZoneResolvers.PostTransition
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ZoneResolvers.PreTransition
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ZoneResolvers.PushForward
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ZoneResolvers.RetainOffset
The singleton instance.
INSTANCE - Static variable in class javax.time.calendar.ZoneResolvers.Strict
The singleton instance.
INSTANCE - Static variable in class javax.time.i18n.CopticChronology.DayOfMonthRule
Singleton instance.
INSTANCE - Static variable in class javax.time.i18n.CopticChronology.DayOfWeekRule
Singleton instance.
INSTANCE - Static variable in class javax.time.i18n.CopticChronology.DayOfYearRule
Singleton instance.
INSTANCE - Static variable in class javax.time.i18n.CopticChronology
The singleton instance of CopticChronology.
INSTANCE - Static variable in class javax.time.i18n.CopticChronology.MonthOfYearRule
Singleton instance.
INSTANCE - Static variable in class javax.time.i18n.CopticChronology.YearRule
Singleton instance.
INSTANCE - Static variable in class javax.time.i18n.CopticDate.Rule
 
INSTANCE - Static variable in class javax.time.i18n.HistoricDate.Rule
 
INSTANCE - Static variable in class javax.time.i18n.JulianChronology
The singleton instance of JulianChronology.
INSTANCE - Static variable in class javax.time.SystemUTCRules
Singleton.
INSTANCE - Static variable in class javax.time.TimeSource.SystemTimeSource
Singleton instance.
instant - Variable in class javax.time.TimeSource.FixedTimeSource
The fixed instant to return.
instant() - Method in class javax.time.calendar.Clock
Gets the current instant.
instant() - Method in class javax.time.TimeSource.FixedTimeSource
Gets the current Instant.
instant() - Method in class javax.time.TimeSource
Gets the current Instant.
instant() - Method in class javax.time.TimeSource.OffsetSystemTimeSource
Gets the current Instant.
instant() - Method in class javax.time.TimeSource.SystemTimeSource
Gets the current Instant.
Instant - Class in javax.time
An instantaneous point on the time-line.
Instant(long, int) - Constructor for class javax.time.Instant
Constructs an instance of Instant using seconds from the epoch of 1970-01-01T00:00:00Z and nanosecond fraction of second.
InstantProvider - Interface in javax.time
Provides access to an instant on the time-line.
interpret() - Method in class javax.time.calendar.CalendricalMerger
Interprets each value in the input map, converting to standard types.
interpret(CalendricalMerger, Object) - Method in class javax.time.calendar.CalendricalRule
Interprets the specified value converting it into an in range value of the correct type for this rule.
interpret(CalendricalMerger, Object) - Method in class javax.time.calendar.ISOChronology.AmPmOfDayRule
 
interpret(CalendricalMerger, Object) - Method in class javax.time.calendar.ISOChronology.DayOfWeekRule
 
interpret(CalendricalMerger, Object) - Method in class javax.time.calendar.ISOChronology.MonthOfYearRule
 
interpretValue(CalendricalMerger, Object) - Method in class javax.time.calendar.CalendricalRule
Interprets the specified value converting it into an in range value of the correct type for this rule.
InvalidCalendarFieldException - Exception in javax.time.calendar
An exception used when a calendrical field is invalid.
InvalidCalendarFieldException(String, CalendricalRule<?>) - Constructor for exception javax.time.calendar.InvalidCalendarFieldException
Constructs a new invalid field exception.
isAfter(LocalDate) - Method in class javax.time.calendar.LocalDate
Checks if this LocalDate is after the specified date.
isAfter(LocalDateTime) - Method in class javax.time.calendar.LocalDateTime
Checks if this LocalDateTime is after the specified date-time.
isAfter(LocalTime) - Method in class javax.time.calendar.LocalTime
Checks if this LocalTime is after the specified time.
isAfter(MonthDay) - Method in class javax.time.calendar.MonthDay
Is this month-day after the specified month-day.
isAfter(OffsetDate) - Method in class javax.time.calendar.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 javax.time.calendar.OffsetDateTime
Checks if the instant of this OffsetDateTime is after that of the specified date-time.
isAfter(OffsetTime) - Method in class javax.time.calendar.OffsetTime
Checks if the instant of this OffsetTime is after that of the specified time applying both times to a common date.
isAfter(Year) - Method in class javax.time.calendar.Year
Is this year after the specified year.
isAfter(YearMonth) - Method in class javax.time.calendar.YearMonth
Is this year-month after the specified year-month.
isAfter(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
Checks if the instant of this date-time is after that of the specified date-time.
isAfter(CopticDate) - Method in class javax.time.i18n.CopticDate
Checks if this date is after the specified date.
isAfter(HistoricDate) - Method in class javax.time.i18n.HistoricDate
Checks is this date is after the specified date.
isAfter(Instant) - Method in class javax.time.Instant
Checks if this instant is after the specified instant.
isAm() - Method in enum javax.time.calendar.AmPmOfDay
Is this instance representing AM (ante-meridiem).
isApril() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing April.
isAugust() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing August.
isBefore(LocalDate) - Method in class javax.time.calendar.LocalDate
Checks if this LocalDate is before the specified date.
isBefore(LocalDateTime) - Method in class javax.time.calendar.LocalDateTime
Checks if this LocalDateTime is before the specified date-time.
isBefore(LocalTime) - Method in class javax.time.calendar.LocalTime
Checks if this LocalTime is before the specified time.
isBefore(MonthDay) - Method in class javax.time.calendar.MonthDay
Is this month-day before the specified month-day.
isBefore(OffsetDate) - Method in class javax.time.calendar.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 javax.time.calendar.OffsetDateTime
Checks if the instant of this OffsetDateTime is before that of the specified date-time.
isBefore(OffsetTime) - Method in class javax.time.calendar.OffsetTime
Checks if the instant of this OffsetTime is before that of the specified time applying both times to a common date.
isBefore(Year) - Method in class javax.time.calendar.Year
Is this year before the specified year.
isBefore(YearMonth) - Method in class javax.time.calendar.YearMonth
Is this year-month before the specified year-month.
isBefore(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
Checks if the instant of this date-time is before that of the specified date-time.
isBefore(CopticDate) - Method in class javax.time.i18n.CopticDate
Checks if this date is before the specified date.
isBefore(HistoricDate) - Method in class javax.time.i18n.HistoricDate
Checks is this date is before the specified date.
isBefore(Instant) - Method in class javax.time.Instant
Checks if this instant is before the specified instant.
isCaseSensitive() - Method in class javax.time.calendar.format.DateTimeParseContext
Checks if parsing is case sensitive.
isCheckUnusedFields() - Method in class javax.time.calendar.CalendricalContext
Checks whether to check unused fields.
isConvertibleTo(PeriodUnit) - Method in class javax.time.calendar.PeriodUnit
Checks whether this unit can be converted to the specified unit.
isDaylightSavings(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
Gets the standard offset for the specified instant in this zone.
isDecember() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing December.
isFebruary() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing February.
isFixed() - Method in class javax.time.calendar.TimeZone.Fixed
 
isFixed() - Method in class javax.time.calendar.TimeZone.ID
 
isFixed() - Method in class javax.time.calendar.TimeZone
Checks of the time-zone is fixed, such that the offset never varies.
isFixedOffset() - Method in class javax.time.calendar.zone.FixedZoneRules
Checks of the zone rules are fixed, such that the offset never varies.
isFixedOffset() - Method in class javax.time.calendar.zone.ZoneRules
Checks of the zone rules are fixed, such that the offset never varies.
isFixedValueSet() - Method in class javax.time.calendar.DateTimeFieldRule
Is the set of values, from the minimum value to the maximum, a fixed set, or does it vary according to other fields.
isFloatingVersion() - Method in class javax.time.calendar.TimeZone.Fixed
 
isFloatingVersion() - Method in class javax.time.calendar.TimeZone
Checks if the version is floating.
isFriday() - Method in enum javax.time.calendar.DayOfWeek
Is this instance representing Friday.
isGap() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Does this transition represent a gap in the local time-line.
isGreaterThan(Duration) - Method in class javax.time.Duration
Checks if this duration is greater than the specified Duration.
isJanuary() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing January.
isJuly() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing July.
isJune() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing June.
isLatestVersion() - Method in class javax.time.calendar.TimeZone.Fixed
 
isLatestVersion() - Method in class javax.time.calendar.TimeZone.ID
 
isLatestVersion() - Method in class javax.time.calendar.TimeZone
Checks if the version is the latest version.
isLeap() - Method in class javax.time.calendar.Year
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapSecond() - Method in class javax.time.UTCInstant
Checks if the instant is within a leap second.
isLeapYear() - Method in class javax.time.calendar.LocalDate
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear() - Method in class javax.time.calendar.LocalDateTime
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear() - Method in class javax.time.calendar.OffsetDate
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear() - Method in class javax.time.calendar.OffsetDateTime
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear() - Method in class javax.time.calendar.ZonedDateTime
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear() - Method in class javax.time.i18n.CopticDate
Checks if the year is a leap year, according to the Coptic calendar system rules.
isLeapYear() - Method in class javax.time.i18n.HistoricDate
Checks if the date represented is a leap year.
isLeapYear(int) - Static method in class javax.time.calendar.ISOChronology
Checks if the specified year is a leap year according to the ISO calendar system rules.
isLeapYear(int) - Static method in class javax.time.i18n.CopticChronology
Checks if the specified year is a leap year.
isLeapYear(int) - Method in class javax.time.i18n.HistoricChronology
Checks if the specified year is a leap year.
isLeapYear(int) - Static method in class javax.time.i18n.JulianChronology
Checks if the specified year is a leap year.
isLessThan(Duration) - Method in class javax.time.Duration
Checks if this duration is less than the specified Duration.
isMarch() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing March.
isMay() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing May.
isMidnightEndOfDay() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Is the transition local time midnight at the end of day.
isMonday() - Method in enum javax.time.calendar.DayOfWeek
Is this instance representing Monday.
isNegative() - Method in class javax.time.Duration
Checks if this duration is negative, excluding zero.
isNegativeOrZero() - Method in class javax.time.Duration
Checks if this duration is negative or zero.
isNovember() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing November.
ISO_DATE - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_DATE_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_LOCAL_DATE - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_LOCAL_DATE_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_LOCAL_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_OFFSET_DATE - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_OFFSET_DATE_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_OFFSET_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_ORDINAL_DATE - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_WEEK_DATE - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISO_ZONED_DATE_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
ISOChronology - Class in javax.time.calendar
The ISO-8601 calendar system, which follows the rules of the current de facto world calendar.
ISOChronology() - Constructor for class javax.time.calendar.ISOChronology
Restrictive constructor.
ISOChronology.AmPmOfDayRule - Class in javax.time.calendar
Rule implementation.
ISOChronology.DayOfWeekRule - Class in javax.time.calendar
Rule implementation.
ISOChronology.EpochDaysRule - Class in javax.time.calendar
Rule implementation.
ISOChronology.MonthOfYearRule - Class in javax.time.calendar
Rule implementation.
ISOChronology.NanoOfDayRule - Class in javax.time.calendar
Rule implementation.
ISOChronology.QuarterOfYearRule - Class in javax.time.calendar
Rule implementation.
ISOChronology.Rule - Class in javax.time.calendar
Single rule subclass, which means fewer classes to load at startup.
ISOChronology.Unit - Class in javax.time.calendar
Single unit subclass, which means fewer classes to load at startup.
isOctober() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing October.
isoDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a date, with the offset and zone if available, such as '2007-12-03', '2007-12-03+01:00' or '2007-12-03+01:00[Europe/Paris]'.
isoDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a date, with the offset and zone if available, such as '2007-12-03T10:15:30', '2007-12-03T10:15:30+01:00' or '2007-12-03T10:15:30+01:00[Europe/Paris]'.
isoLocalDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a local date without an offset, such as '2007-12-03'.
isoLocalDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a local date without an offset, such as '2007-12-03T10:15:30'.
isoLocalTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO time formatter that prints/parses a local time, without an offset such as '10:15:30'.
isoOffsetDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses an offset date with an offset, such as '2007-12-03+01:00'.
isoOffsetDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses an offset date with an offset, such as '2007-12-03T10:15:30+01:00'.
isoOffsetTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO time formatter that prints/parses a local time, with an offset such as '10:15:30+01:00'.
isoOrdinalDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a date without an offset.
isoTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO time formatter that prints/parses a time, with the offset and zone if available, such as '10:15:30', '10:15:30+01:00' or '10:15:30+01:00[Europe/Paris]'.
isOverlap() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Does this transition represent a gap in the local time-line.
isoWeekDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a date without an offset.
isoZonedDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses an offset date with a zone, such as '2007-12-03T10:15:30+01:00[Europe/Paris]'.
isParseSupported() - Method in class javax.time.calendar.format.CompositePrinterParser
isParseSupported() - Method in class javax.time.calendar.format.DateTimeFormatter
Checks whether this formatter can parse.
isPm() - Method in enum javax.time.calendar.AmPmOfDay
Is this instance representing PM (post-meridiem).
isPositive() - Method in class javax.time.calendar.Period
Checks if this period is fully positive, excluding zero.
isPositive() - Method in class javax.time.calendar.PeriodFields
Checks if this period is fully positive, excluding zero.
isPositive() - Method in class javax.time.Duration
Checks if this duration is positive, excluding zero.
isPositiveOrZero() - Method in class javax.time.calendar.Period
Checks if this period is fully positive, including zero.
isPositiveOrZero() - Method in class javax.time.calendar.PeriodFields
Checks if this period is fully positive, including zero.
isPositiveOrZero() - Method in class javax.time.Duration
Checks if this duration is positive or zero.
isPrintDataAvailable(Calendrical) - Method in enum javax.time.calendar.format.CaseSensitivePrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.CharLiteralPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.CompositePrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in interface javax.time.calendar.format.DateTimePrinter
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.FractionPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.LocalizedPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.NumberPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.PadPrinterParserDecorator
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in enum javax.time.calendar.format.StrictLenientPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.StringLiteralPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.TextPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.ZoneOffsetPrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintDataAvailable(Calendrical) - Method in class javax.time.calendar.format.ZonePrinterParser
Checks if the calendrical contains the data necessary to be printed.
isPrintSupported() - Method in class javax.time.calendar.format.CompositePrinterParser
isPrintSupported() - Method in class javax.time.calendar.format.DateTimeFormatter
Checks whether this formatter can print.
isQ1() - Method in enum javax.time.calendar.QuarterOfYear
Is this instance representing Q1, from January to March inclusive.
isQ2() - Method in enum javax.time.calendar.QuarterOfYear
Is this instance representing Q2, from April to June inclusive.
isQ3() - Method in enum javax.time.calendar.QuarterOfYear
Is this instance representing Q3, from July to September inclusive.
isQ4() - Method in enum javax.time.calendar.QuarterOfYear
Is this instance representing Q4, from October to December inclusive.
isRegionID(String) - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
 
isRegionID(String) - Method in interface javax.time.calendar.zone.ZoneRulesVersion
Checks if the region ID is valid.
isSaturday() - Method in enum javax.time.calendar.DayOfWeek
Is this instance representing Saturday.
isSeptember() - Method in enum javax.time.calendar.MonthOfYear
Is this instance representing September.
isSingleWindowStandardOffset() - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Checks if the window is empty.
isStrict() - Method in class javax.time.calendar.CalendricalContext
Checks whether calculations will use strict rules or not.
isStrict() - Method in class javax.time.calendar.format.DateTimeParseContext
Checks if parsing is strict.
isSunday() - Method in enum javax.time.calendar.DayOfWeek
Is this instance representing Sunday.
isThursday() - Method in enum javax.time.calendar.DayOfWeek
Is this instance representing Thursday.
isTransition() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Is a transition occurring on the local time-line.
isTuesday() - Method in enum javax.time.calendar.DayOfWeek
Is this instance representing Tuesday.
isValid() - Method in class javax.time.calendar.TimeZone.Fixed
 
isValid() - Method in class javax.time.calendar.TimeZone.ID
 
isValid() - Method in class javax.time.calendar.TimeZone
Checks if this time-zone is valid such that rules can be obtained for it.
isValidDateTime(OffsetDateTime) - Method in class javax.time.calendar.zone.ZoneRules
Checks if the offset date-time is valid for these rules.
isValidDay(int) - Method in class javax.time.calendar.YearMonth
Checks if the day-of-month is valid for this year-month.
isValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone.Fixed
 
isValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone.ID
 
isValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone
Checks if this time-zone is valid such that rules can be obtained for it which are valid for the specified date-time and offset.
isValidGroupID(String) - Static method in class javax.time.calendar.zone.ZoneRulesGroup
Checks if the group ID is valid.
isValidMonthDay(MonthDay) - Method in class javax.time.calendar.Year
Checks if the month-day is valid for this year.
isValidOffset(ZoneOffset) - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Checks if the specified offset is valid for this date-time.
isValidOffset(ZoneOffset) - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Checks if the specified offset is valid during this transition.
isValidRegionID(String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Checks if the region ID is valid.
isValidRules(String, String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Checks if the region#version ID combination is valid.
isValidValue(int) - Method in class javax.time.calendar.DateTimeFieldRule
Checks if the value is valid or invalid for this field.
isValidValue(long) - Method in class javax.time.calendar.DateTimeFieldRule
Checks if the value is valid or invalid for this field.
isValidYear(int) - Method in class javax.time.calendar.MonthDay
Checks if the year is valid for this month-day.
isWednesday() - Method in enum javax.time.calendar.DayOfWeek
Is this instance representing Wednesday.
isZero() - Method in class javax.time.calendar.Period
Checks if this period is zero-length.
isZero() - Method in class javax.time.calendar.PeriodField
Checks if this period is zero length.
isZero() - Method in class javax.time.calendar.PeriodFields
Checks if this period is zero-length.
isZero() - Method in class javax.time.Duration
Checks if this duration is zero length.
iterator - Variable in class javax.time.calendar.CalendricalMerger
Current iterator, updated when the state of the map is changed.
iterator() - Method in class javax.time.calendar.DateTimeFields
Iterates through all the field rules.
iterator() - Method in class javax.time.calendar.PeriodFields
Iterates through all the single-unit periods in this period.

J

JANUARY - javax.time.calendar.MonthOfYear
The singleton instance for the month of January with 31 days.
javax.time - package javax.time
Provides classes to manage the continuous time scale including a wrapper for the system clock.
javax.time.calendar - package javax.time.calendar
Provides classes to manage the human time scale including date, time, date-time and time-zone representations.
javax.time.calendar.format - package javax.time.calendar.format
Provides classes to format dates and times as strings.
javax.time.calendar.zone - package javax.time.calendar.zone
Provides classes to implement time-zones and their rules.
javax.time.i18n - package javax.time.i18n
Provides classes representing dates and times in alternate calendar systems.
JulianChronology - Class in javax.time.i18n
The Julian calendar system.
JulianChronology() - Constructor for class javax.time.i18n.JulianChronology
Restrictive constructor.
JulianChronology.Months - Class in javax.time.i18n
Unit class for months.
JulianChronology.Years - Class in javax.time.i18n
Unit class for years.
JULY - javax.time.calendar.MonthOfYear
The singleton instance for the month of July with 31 days.
JUNE - javax.time.calendar.MonthOfYear
The singleton instance for the month of June with 30 days.

L

LAST_CACHED_YEAR - Static variable in class javax.time.calendar.zone.StandardZoneRules
The last year to have its transitions cached.
LAST_DAY_OF_MONTH - javax.time.calendar.CalendricalMatchers.Impl
Last day-of-month matcher.
LAST_DAY_OF_MONTH - javax.time.calendar.DateAdjusters.Impl
Last day-of-month adjuster.
LAST_DAY_OF_YEAR - javax.time.calendar.CalendricalMatchers.Impl
Last day-of-year matcher.
LAST_DAY_OF_YEAR - javax.time.calendar.DateAdjusters.Impl
Last day-of-year adjuster.
lastDayOfMonth() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the last day-of-month matcher, which returns true if the date is the last valid day of the month.
lastDayOfMonth() - Static method in class javax.time.calendar.DateAdjusters
Returns the last day-of-month adjuster, which returns a new date with the day-of-month changed to be the last valid day of the month.
lastDayOfYear() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the last day-of-year matcher, which returns true if the date is the last valid day of the year.
lastDayOfYear() - Static method in class javax.time.calendar.DateAdjusters
Returns the last day-of-year adjuster, which returns a new date with the day-of-year changed to be the last day of the year - December 31.
lastRuleList - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
The last rules.
lastRules - Variable in class javax.time.calendar.zone.StandardZoneRules
The last rule.
lastRulesCache - Variable in class javax.time.calendar.zone.StandardZoneRules
The map of recent transitions.
LEAP_DAY - javax.time.calendar.CalendricalMatchers.Impl
Leap day matcher.
LEAP_MONTH_START - Static variable in class javax.time.i18n.HistoricChronology
The start of months in a leap year.
LEAP_YEAR - javax.time.calendar.CalendricalMatchers.Impl
Leap year matcher.
leapDay() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the leap day matcher, which returns true if the date is February 29th in a leap year.
leapYear() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the leap year matcher, which returns true if the date is in a leap year.
length - Variable in class javax.time.calendar.format.ZonePrinterParser.SubstringTree
The length of the substring this node of the tree contains.
lengthInDays() - Method in class javax.time.calendar.Year
Gets the length of this year in days.
lengthInDays() - Method in class javax.time.calendar.YearMonth
Gets the length of this month in days.
lengthInDays(boolean) - Method in enum javax.time.calendar.MonthOfYear
Gets the length of this month in days.
lengths - Variable in class javax.time.calendar.DateTimeFieldRule.TextStore
The lengths of the text items.
LENIENT - javax.time.calendar.format.StrictLenientPrinterParser
Lenient parsing.
links - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
The TZDB links.
literal - Variable in class javax.time.calendar.format.CharLiteralPrinterParser
The literal to print or parse.
literal - Variable in class javax.time.calendar.format.StringLiteralPrinterParser
The literal to print or parse.
load() - Static method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
Loads any time-zone rules data stored in files.
loadLeapSeconds() - Static method in class javax.time.SystemUTCRules
Loads the leap seconds from file.
loadResources() - Static method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
Loads the rules from files in the class loader, often jar files.
loadRule(short) - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
Loads the rule.
LocalDate - Class in javax.time.calendar
A date without a time-zone in the ISO-8601 calendar system, such as 2007-12-03.
LocalDate(int, MonthOfYear, int) - Constructor for class javax.time.calendar.LocalDate
Constructor, previously validated.
LocalDate.Rule - Class in javax.time.calendar
Rule implementation.
LocalDateTime - Class in javax.time.calendar
A date-time without a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30.
LocalDateTime(LocalDate, LocalTime) - Constructor for class javax.time.calendar.LocalDateTime
Constructor.
LocalDateTime.Rule - Class in javax.time.calendar
Rule implementation.
locale - Variable in class javax.time.calendar.DateTimeFieldRule.TextStore
The locale of the text.
locale - Variable in class javax.time.calendar.format.DateTimeFormatSymbols
The locale for printing and parsing text.
LocalizedPrinterParser - Class in javax.time.calendar.format
Prints or parses a localized pattern.
LocalizedPrinterParser(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Chronology) - Constructor for class javax.time.calendar.format.LocalizedPrinterParser
Constructor.
LocalTime - Class in javax.time.calendar
A time without time-zone in the ISO-8601 calendar system, such as 10:15:30.
LocalTime(int, int, int, int) - Constructor for class javax.time.calendar.LocalTime
Constructor, previously validated.
LocalTime.Overflow - Class in javax.time.calendar
The result of addition to a LocalTime allowing the expression of any overflow in days.
LocalTime.Rule - Class in javax.time.calendar
Rule implementation.
LONG - javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Long text style, with lots of detail.
longDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format, which is typically of long length.
longDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format, which is typically of long length.
longTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format, which is typically of long length.

M

main(String[]) - Static method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Reads a set of TZDB files and builds a single combined data file.
MARCH - javax.time.calendar.MonthOfYear
The singleton instance for the month of March with 31 days.
matches(String, String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
matches(CalendricalMatcher) - Method in class javax.time.calendar.LocalDate
Checks whether this LocalDate matches the specified matcher.
matches(CalendricalMatcher) - Method in class javax.time.calendar.LocalDateTime
Checks whether this LocalDateTime matches the specified matcher.
matches(CalendricalMatcher) - Method in class javax.time.calendar.LocalTime
Checks whether this LocalTime matches the specified matcher.
matches(CalendricalMatcher) - Method in class javax.time.calendar.OffsetDate
Checks whether this OffsetDate matches the specified matcher.
matches(CalendricalMatcher) - Method in class javax.time.calendar.OffsetDateTime
Checks whether this OffsetDateTime matches the specified matcher.
matches(CalendricalMatcher) - Method in class javax.time.calendar.OffsetTime
Checks whether this OffsetTime matches the specified matcher.
matches(CalendricalMatcher) - Method in class javax.time.calendar.ZonedDateTime
Checks whether this ZonedDateTime matches the specified matcher.
matchesCalendrical(Calendrical) - Method in interface javax.time.calendar.CalendricalMatcher
Checks if the input calendrical matches the rules of the implementation.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.CalendricalMatchers.DayOfWeekInMonth
Checks if the input calendrical matches the rules of the implementation.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.DateTimeFields
Checks if the fields in this object match those in the specified calendrical.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.LocalDate
Checks if the date extracted from the calendrical matches this date.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.LocalDateTime
Checks if the date-time extracted from the calendrical matches this.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.LocalTime
Checks if the time extracted from the calendrical matches this.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.MonthDay
Checks if the month-day extracted from the calendrical matches this.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.OffsetDate
Checks if the date extracted from the calendrical matches this date.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.OffsetDateTime
Checks if the date-time extracted from the calendrical matches this.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.OffsetTime
Checks if the time extracted from the calendrical matches this.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.Year
Checks if the year extracted from the calendrical matches this.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.YearMonth
Checks if the year-month extracted from the calendrical matches this.
matchesCalendrical(Calendrical) - Method in class javax.time.calendar.ZonedDateTime
Checks if the date-time extracted from the calendrical matches this.
matchText(boolean, String) - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
Matches the specified text against the text-value map returning the matched length and value.
MathUtils - Class in javax.time
These methods are proposed for java.lang.Math.
MathUtils() - Constructor for class javax.time.MathUtils
Private constructor since this is a utility class.
MAX_DATE - Static variable in class javax.time.calendar.LocalDate
Constant for the maximum date on the proleptic ISO calendar system, +999999999-12-31.
MAX_DATE_TIME - Static variable in class javax.time.calendar.zone.ZoneRulesBuilder
The maximum date-time.
MAX_EPOCH_DAY - Static variable in class javax.time.i18n.CopticDate
The maximum epoch day that is valid.
MAX_WEEK_BASED_YEAR - Static variable in class javax.time.calendar.ISOChronology
Constant for the maximum week-based-year.
MAX_YEAR - Static variable in class javax.time.calendar.Year
Constant for the maximum year on the proleptic ISO calendar system, 999,999,999.
MAX_YEAR - Static variable in class javax.time.i18n.CopticDate
The maximum valid year.
MAX_YEAR - Static variable in class javax.time.i18n.HistoricDate
The maximum valid year of era.
maximumValue - Variable in class javax.time.calendar.DateTimeFieldRule
The maximum value for the field.
maxLastRuleStartYear - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
The latest year that the last year starts at.
maxLengthInDays() - Method in enum javax.time.calendar.MonthOfYear
Gets the maximum length of this month in days.
maxWidth - Variable in class javax.time.calendar.format.FractionPrinterParser
The maximum width, from 0 to 9.
maxWidth - Variable in class javax.time.calendar.format.NumberPrinterParser
The maximum width allowed, from 1 to 10.
MAY - javax.time.calendar.MonthOfYear
The singleton instance for the month of May with 31 days.
MEDIUM - javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Medium text style, with some detail.
mediumDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format of medium length.
mediumDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format of medium length.
mediumTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format of medium length.
merge() - Method in class javax.time.calendar.CalendricalMerger
Merges the fields to extract the maximum possible date, time and offset information.
merge(CalendricalMerger) - Method in class javax.time.calendar.CalendricalRule
Merges this field with other fields to form higher level fields.
merge(CalendricalMerger) - Method in class javax.time.calendar.ISOChronology.EpochDaysRule
 
merge(CalendricalMerger) - Method in class javax.time.calendar.ISOChronology
Merges the set of fields known by this chronology.
merge(CalendricalMerger) - Method in class javax.time.calendar.ISOChronology.NanoOfDayRule
 
merge(CalendricalMerger) - Method in class javax.time.calendar.LocalDateTime.Rule
 
merge(CalendricalMerger) - Method in class javax.time.i18n.CopticChronology.DayOfYearRule
 
merge(CalendricalMerger) - Method in class javax.time.i18n.CopticChronology.YearRule
 
merge(CalendricalMerger) - Method in class javax.time.i18n.CopticDate.Rule
 
merge(CalendricalMerger) - Method in class javax.time.i18n.HistoricChronology.DayOfYearRule
 
merge(CalendricalMerger) - Method in class javax.time.i18n.HistoricChronology.YearRule
 
merge(CalendricalMerger) - Method in class javax.time.i18n.HistoricDate.Rule
 
mergeLoop() - Method in class javax.time.calendar.CalendricalMerger
Performs the merge based on the rules.
MICROS - Static variable in class javax.time.calendar.ISOChronology
Period unit for microseconds.
MIDDAY - Static variable in class javax.time.calendar.LocalTime
Constant for the local time of midday, 12:00.
MIDNIGHT - Static variable in class javax.time.calendar.LocalTime
Constant for the local time of midnight, 00:00.
MILLENNIA - Static variable in class javax.time.calendar.ISOChronology
Period unit for millennia.
MILLI_OF_DAY - Static variable in class javax.time.calendar.ISOChronology
 
MILLI_OF_DAY_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
MILLI_OF_SECOND - Static variable in class javax.time.calendar.ISOChronology
 
MILLI_OF_SECOND_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
milliOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the milli-of-day field.
milliOfSecondRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the milli-of-second field.
millis() - Method in class javax.time.TimeSource
Gets the current millisecond instant.
millis() - Method in class javax.time.TimeSource.SystemTimeSource
Gets the current millisecond instant.
MILLIS - Static variable in class javax.time.calendar.ISOChronology
Period unit for milliseconds.
MIN_DATE - Static variable in class javax.time.calendar.LocalDate
Constant for the minimum date on the proleptic ISO calendar system, -999999999-01-01.
MIN_EPOCH_DAY - Static variable in class javax.time.i18n.CopticDate
The minimum epoch day that is valid.
MIN_WEEK_BASED_YEAR - Static variable in class javax.time.calendar.ISOChronology
Constant for the minimum week-based-year.
MIN_YEAR - Static variable in class javax.time.calendar.Year
Constant for the minimum year on the proleptic ISO calendar system, -999,999,999.
MIN_YEAR - Static variable in class javax.time.i18n.CopticDate
The minimum valid year.
minimumValue - Variable in class javax.time.calendar.DateTimeFieldRule
The minimum value for the field.
minLengthInDays() - Method in enum javax.time.calendar.MonthOfYear
Gets the minimum length of this month in days.
minus(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the specified period subtracted.
minus(long, TimeUnit) - Method in class javax.time.Duration
Returns a copy of this duration with the specified duration subtracted.
minus(long, TimeUnit) - Method in class javax.time.Instant
Returns a copy of this duration with the specified duration subtracted.
minus(long, PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified period subtracted.
minus(PeriodField) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified date period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified date period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.Year
Returns a copy of this Year with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the specified period subtracted.
minus(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period subtracted.
minus(PeriodProvider, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period subtracted.
minus(Duration) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified duration subtracted.
minus(Duration) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified duration subtracted.
minus(Duration) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified duration subtracted.
minus(Duration) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified duration subtracted.
minus(Duration) - Method in class javax.time.Duration
Returns a copy of this duration with the specified Duration subtracted.
minus(Duration) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration subtracted.
minus(Duration) - Method in class javax.time.TAIInstant
Returns a copy of this instant with the specified duration subtracted.
minus(Duration) - Method in class javax.time.UTCInstant
Returns a copy of this instant with the specified duration subtracted.
minusDays(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of days subtracted.
minusDays(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified number of days subtracted.
minusDays(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in days subtracted.
minusDays(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified number of days subtracted.
minusDays(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in days subtracted.
minusDays(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in days subtracted.
minusDuration(int, int, int, long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified duration subtracted.
minusDuration(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified duration subtracted.
minusDuration(Duration) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified duration subtracted.
minusHours(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of hours subtracted.
minusHours(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in hours subtracted.
minusHours(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in hours subtracted.
minusHours(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in hours subtracted.
minusHours(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in hours subtracted.
minusHours(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in hours subtracted.
minusMillis(long) - Method in class javax.time.Duration
Returns a copy of this duration with the specified number of milliseconds subtracted.
minusMillis(long) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration in milliseconds subtracted.
minusMinutes(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of minutes subtracted.
minusMinutes(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in minutes subtracted.
minusMinutes(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in minutes subtracted.
minusMinutes(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in minutes subtracted.
minusMinutes(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in minutes subtracted.
minusMinutes(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in minutes subtracted.
minusMonths(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of months subtracted.
minusMonths(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in months subtracted.
minusMonths(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in months subtracted.
minusMonths(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in months subtracted.
minusMonths(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in months subtracted.
minusMonths(long) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the specified period in months subtracted.
minusMonths(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in months subtracted.
minusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in months subtracted.
minusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in months subtracted.
minusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in months subtracted.
minusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in months subtracted.
minusNanos(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in nanoseconds subtracted.
minusNanos(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in nanoseconds subtracted.
minusNanos(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in nanoseconds subtracted.
minusNanos(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in nanoseconds subtracted.
minusNanos(long) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of nanoseconds subtracted.
minusNanos(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in nanoseconds subtracted.
minusNanos(long) - Method in class javax.time.Duration
Returns a copy of this duration with the specified number of nanoseconds subtracted.
minusNanos(long) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration in nanoseconds subtracted.
minusSeconds(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of seconds subtracted.
minusSeconds(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in seconds subtracted.
minusSeconds(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in seconds subtracted.
minusSeconds(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in seconds subtracted.
minusSeconds(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in seconds subtracted.
minusSeconds(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in seconds subtracted.
minusSeconds(long) - Method in class javax.time.Duration
Returns a copy of this duration with the specified number of seconds subtracted.
minusSeconds(long) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration in seconds subtracted.
minusWeeks(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in weeks subtracted.
minusWeeks(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in weeks subtracted.
minusWeeks(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in weeks subtracted.
minusWeeks(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in weeks subtracted.
minusWeeks(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in weeks subtracted.
minusWithOverflow(long, long, long, long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period subtracted, returning the new time with any overflow in days.
minusYears(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of years subtracted.
minusYears(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in years subtracted.
minusYears(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in years subtracted.
minusYears(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in years subtracted.
minusYears(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in years subtracted.
minusYears(long) - Method in class javax.time.calendar.Year
Returns a copy of this Year with the specified number of years subtracted.
minusYears(long) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the specified period in years subtracted.
minusYears(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in years subtracted.
minusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in years subtracted.
minusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in years subtracted.
minusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in years subtracted.
minusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in years subtracted.
minute - Variable in class javax.time.calendar.LocalTime
The minute.
MINUTE_OF_HOUR - Static variable in class javax.time.calendar.ISOChronology
 
MINUTE_OF_HOUR_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
minuteOfHourRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the minute-of-hour field.
minutes - Variable in class javax.time.calendar.Period
The number of minutes.
minutes - Variable in class javax.time.calendar.PeriodParser.ParseValues
The number of minutes.
MINUTES - Static variable in class javax.time.calendar.ISOChronology
Period unit for minutes.
MINUTES_PER_DAY - Static variable in class javax.time.calendar.LocalTime
Minutes per day.
MINUTES_PER_HOUR - Static variable in class javax.time.calendar.LocalTime
Minutes per hour.
MINUTES_PER_HOUR - Static variable in class javax.time.calendar.ZoneOffset
The number of minutes per hour.
minWidth - Variable in class javax.time.calendar.format.FractionPrinterParser
The minimum width, from 0 to 9.
minWidth - Variable in class javax.time.calendar.format.NumberPrinterParser
The minimum width allowed, zero padding is used up to this width, from 1 to 10.
MJD_TO_COPTIC - Static variable in class javax.time.i18n.CopticDate
The number of days to add to MJD to get the Coptic epoch day.
mjDay - Variable in class javax.time.UTCInstant
The Modified Julian Day, from the epoch of 1858-11-17.
MONDAY - javax.time.calendar.DayOfWeek
The singleton instance for the day-of-week of Monday.
month - Variable in class javax.time.calendar.LocalDate
The month-of-year, not null.
month - Variable in class javax.time.calendar.MonthDay
The month-of-year, not null.
month - Variable in class javax.time.calendar.YearMonth
The month-of-year, not null.
month - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
The month of the cutover.
month - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The month of the month-day of the first day of the cutover week.
month - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
The month.
month - Variable in class javax.time.i18n.CopticDate
The Coptic month.
month - Variable in class javax.time.i18n.HistoricDate
The historic month.
MONTH_OF_QUARTER - Static variable in class javax.time.calendar.ISOChronology
 
MONTH_OF_QUARTER_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
MonthDay - Class in javax.time.calendar
A month-day in the ISO-8601 calendar system, such as --12-03.
MonthDay(MonthOfYear, int) - Constructor for class javax.time.calendar.MonthDay
Constructor, previously validated.
MonthDay.Rule - Class in javax.time.calendar
Rule implementation.
monthOfQuarterRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the month-of-quarter field in the ISO chronology.
MonthOfYear - Enum in javax.time.calendar
A month-of-year, such as 'July'.
MonthOfYear() - Constructor for enum javax.time.calendar.MonthOfYear
 
monthOfYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the month-of-year field in the ISO chronology.
monthOfYearRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the month-of-year field in the Coptic chronology.
monthOfYearRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the month-of-year field in the Historic chronology.
MonthOfYearRule() - Constructor for class javax.time.calendar.ISOChronology.MonthOfYearRule
Constructor.
MonthOfYearRule() - Constructor for class javax.time.i18n.CopticChronology.MonthOfYearRule
Constructor.
MonthOfYearRule(HistoricChronology) - Constructor for class javax.time.i18n.HistoricChronology.MonthOfYearRule
Constructor.
months - Variable in class javax.time.calendar.Period
The number of months.
months - Variable in class javax.time.calendar.PeriodParser.ParseValues
The number of months.
Months() - Constructor for class javax.time.i18n.CopticChronology.Months
 
Months() - Constructor for class javax.time.i18n.HistoricChronology.Months
 
Months() - Constructor for class javax.time.i18n.JulianChronology.Months
 
MONTHS - Static variable in class javax.time.calendar.ISOChronology
Period unit for months.
MONTHS - Static variable in class javax.time.i18n.CopticChronology
Period unit for months.
MONTHS - Static variable in class javax.time.i18n.HistoricChronology
Period unit for months.
MONTHS - Static variable in class javax.time.i18n.JulianChronology
Period unit for months.
monthsBetween(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
Obtains a Period consisting of the number of months between two dates.
multipliedBy(int) - Method in class javax.time.calendar.Period
Returns a new instance with each element in this period multiplied by the specified scalar.
multipliedBy(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the amount multiplied by the specified scalar.
multipliedBy(long) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with each amount in this period multiplied by the specified scalar.
multipliedBy(long) - Method in class javax.time.Duration
Returns a copy of this duration multiplied by the scalar.

N

name - Variable in class javax.time.calendar.CalendricalRule
The name of the rule, not null.
name - Variable in class javax.time.calendar.PeriodUnit
The name of the unit, not null.
nano - Variable in class javax.time.calendar.LocalTime
The nanosecond.
NANO_OF_SECOND - Static variable in class javax.time.calendar.ISOChronology
 
NANO_OF_SECOND_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
nanoOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the nano-of-day field.
NanoOfDayRule() - Constructor for class javax.time.calendar.ISOChronology.NanoOfDayRule
Constructor.
nanoOfSecondRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the nano-of-second field.
nanos - Variable in class javax.time.calendar.Period
The number of nanoseconds.
nanos - Variable in class javax.time.calendar.PeriodParser.ParseValues
The number of nanoseconds.
nanos - Variable in class javax.time.Duration
The number of nanoseconds in the duration, expressed as a fraction of the number of seconds.
nanos - Variable in class javax.time.Instant
The number of nanoseconds, later along the time-line, from the seconds field.
nanos - Variable in class javax.time.TAIInstant
The number of nanoseconds, later along the time-line, from the seconds field.
nanos - Variable in class javax.time.UTCInstant
The number of nanoseconds, later along the time-line, from the MJD field.
NANOS - Static variable in class javax.time.calendar.ISOChronology
Period unit for nanoseconds.
NANOS_PER_DAY - Static variable in class javax.time.calendar.LocalTime
Nanos per day.
NANOS_PER_HOUR - Static variable in class javax.time.calendar.LocalTime
Nanos per hour.
NANOS_PER_MINUTE - Static variable in class javax.time.calendar.LocalTime
Nanos per minute.
NANOS_PER_SECOND - Static variable in class javax.time.calendar.LocalTime
Nanos per second.
NANOS_PER_SECOND - Static variable in class javax.time.Duration
Constant for nanos per second.
NANOS_PER_SECOND - Static variable in class javax.time.Instant
Constant for nanos per second.
NANOS_PER_SECOND - Static variable in class javax.time.TAIInstant
Constant for nanos per second.
NANOS_PER_SECOND - Static variable in class javax.time.UTCInstant
Constant for nanos per second.
NANOS_PER_SECOND - Static variable in class javax.time.UTCRules
Constant for nanos per standard second: 1,000,000,000.
NARROW - javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Narrow text, typically a single letter.
negated() - Method in class javax.time.calendar.Period
Returns a new instance with each amount in this period negated.
negated() - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the amount negated.
negated() - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with each amount in this period negated.
negated() - Method in class javax.time.Duration
Returns a copy of this duration with the length negated.
negativeSecs - Variable in class javax.time.calendar.PeriodParser.ParseValues
Whether the seconds were negative.
negativeSignChar - Variable in class javax.time.calendar.format.DateTimeFormatSymbols
The negative sign character.
NEVER - javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Style to never output sign, only outputting the absolute value.
next() - Method in enum javax.time.calendar.DayOfWeek
Gets the next day-of-week.
next() - Method in enum javax.time.calendar.MonthOfYear
Gets the next month-of-year.
next() - Method in enum javax.time.calendar.QuarterOfYear
Gets the next quarter-of-year.
next() - Method in class javax.time.calendar.Year
Returns the next year.
next(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the next day-of-week adjuster, which adjusts the date to be the next of the specified day-of-week after the specified date.
NEXT_NON_WEEKEND - javax.time.calendar.DateAdjusters.Impl
Next non weekend day adjuster.
nextLeap() - Method in class javax.time.calendar.Year
Returns the next leap year after the current year.
nextNonWeekendDay() - Static method in class javax.time.calendar.DateAdjusters
Returns the next non weekend day adjuster, which adjusts the date one day forward skipping Saturday and Sunday.
nextOrCurrent(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the next or current day-of-week adjuster, which adjusts the date to be be the next of the specified day-of-week, returning the input date if the day-of-week matched.
nextTransition(InstantProvider) - Method in class javax.time.calendar.zone.FixedZoneRules
Gets the next transition after the specified transition.
nextTransition(InstantProvider) - Method in class javax.time.calendar.zone.StandardZoneRules
Gets the next transition after the specified transition.
nextTransition(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
Gets the next transition after the specified transition.
nextValid() - Static method in class javax.time.calendar.DateResolvers
Returns the next valid day resolver, which adjusts the date to be valid by moving to the first of the next month.
NextValid() - Constructor for class javax.time.calendar.DateResolvers.NextValid
 
NON_WEEKEND_DAY - javax.time.calendar.CalendricalMatchers.Impl
Non weekend matcher.
nonWeekendDay() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the non weekend day matcher, which returns true if the date is between Monday and Friday inclusive.
NORMAL - javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Style to output the sign only if the value is negative.
normalized() - Method in class javax.time.calendar.Period
Returns a copy of this period with all amounts normalized to the standard ranges for date-time fields.
normalized() - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the amounts normalized.
normalizedTo(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the amounts normalized to the specified units.
normalizedWith24HourDays() - Method in class javax.time.calendar.Period
Returns a copy of this period with all amounts normalized to the standard ranges for date-time fields including the assumption that days are 24 hours long.
NOT_NEGATIVE - javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Style to block negative values, throwing an exception on printing.
NOVEMBER - javax.time.calendar.MonthOfYear
The singleton instance for the month of November with 30 days.
now() - Static method in class javax.time.calendar.LocalDate
Obtains the current date from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.LocalDateTime
Obtains the current date-time from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.LocalTime
Obtains the current time from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.MonthDay
Obtains the current month-day from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.OffsetDate
Obtains the current date from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.OffsetDateTime
Obtains the current date-time from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.OffsetTime
Obtains the current time from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.Year
Obtains the current year from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.YearMonth
Obtains the current year-month from the system clock in the default time-zone.
now() - Static method in class javax.time.calendar.ZonedDateTime
Obtains the current date-time from the system clock in the default time-zone.
now() - Static method in class javax.time.Instant
Obtains the current instant from the system time-source in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.LocalDate
Obtains the current date from the specified clock.
now(Clock) - Static method in class javax.time.calendar.LocalDateTime
Obtains the current date-time from the specified clock.
now(Clock) - Static method in class javax.time.calendar.LocalTime
Obtains the current time from the specified clock.
now(Clock) - Static method in class javax.time.calendar.MonthDay
Obtains the current month-day from the specified clock.
now(Clock) - Static method in class javax.time.calendar.OffsetDate
Obtains the current date from the specified clock.
now(Clock) - Static method in class javax.time.calendar.OffsetDateTime
Obtains the current date-time from the specified clock.
now(Clock) - Static method in class javax.time.calendar.OffsetTime
Obtains the current time from the specified clock.
now(Clock) - Static method in class javax.time.calendar.Year
Obtains the current year from the specified clock.
now(Clock) - Static method in class javax.time.calendar.YearMonth
Obtains the current year-month from the specified clock.
now(Clock) - Static method in class javax.time.calendar.ZonedDateTime
Obtains the current date-time from the specified clock.
now(TimeSource) - Static method in class javax.time.Instant
Obtains the current instant from the specified clock.
numberPrinterParser - Variable in class javax.time.calendar.format.TextPrinterParser
The cached number printer parser.
numberPrinterParser() - Method in class javax.time.calendar.format.TextPrinterParser
Create and cache a number printer parser.
NumberPrinterParser - Class in javax.time.calendar.format
Prints and parses a numeric date-time field with optional padding.
NumberPrinterParser(DateTimeFieldRule<?>, int, int, DateTimeFormatterBuilder.SignStyle) - Constructor for class javax.time.calendar.format.NumberPrinterParser
Constructor.
NumberPrinterParser(DateTimeFieldRule<?>, int, int, DateTimeFormatterBuilder.SignStyle, int) - Constructor for class javax.time.calendar.format.NumberPrinterParser
Constructor.

O

object - Variable in class javax.time.calendar.zone.Ser
The object being serialized.
OCTOBER - javax.time.calendar.MonthOfYear
The singleton instance for the month of October with 31 days.
of(int) - Static method in enum javax.time.calendar.AmPmOfDay
Obtains an instance of AmPmOfDay from an int value.
of(int) - Static method in enum javax.time.calendar.DayOfWeek
Obtains an instance of DayOfWeek from an int value.
of(int) - Static method in enum javax.time.calendar.MonthOfYear
Obtains an instance of MonthOfYear from an int value.
of(int) - Static method in enum javax.time.calendar.QuarterOfYear
Obtains an instance of QuarterOfYear from an int value.
of(int) - Static method in class javax.time.calendar.Year
Obtains an instance of Year.
of(int) - Static method in enum javax.time.i18n.HistoricEra
Obtains an instance of HistoricEra from an int value.
of(int, int) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from an hour and minute.
of(int, int) - Static method in class javax.time.calendar.MonthDay
Obtains an instance of MonthDay.
of(int, int) - Static method in class javax.time.calendar.YearMonth
Obtains an instance of YearMonth from a year and month.
of(int, int, int) - Static method in class javax.time.calendar.LocalDate
Obtains an instance of LocalDate from a year, month and day.
of(int, int, int) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from an hour, minute and second.
of(int, int, int) - Static method in class javax.time.i18n.CopticDate
Obtains an instance of CopticDate from the Coptic year, month-of-year and day-of-month.
of(int, int, int, int) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from an hour, minute, second and nanosecond.
of(int, int, int, int, int) - Static method in class javax.time.calendar.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 javax.time.calendar.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) - Static method in class javax.time.calendar.Period
Obtains a Period from date-based and time-based fields.
of(int, int, int, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour, minute, second and nanosecond.
of(int, int, int, int, int, int, int, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from year, month, day, hour, minute, second, nanosecond and time-zone where the date-time must be valid for the time-zone.
of(int, int, int, int, int, int, int, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from year, month, day, hour, minute, second, nanosecond and time-zone providing a resolver to handle an invalid date-time.
of(int, int, int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month, day, hour, minute, second and nanosecond.
of(int, int, int, int, int, int, long) - Static method in class javax.time.calendar.Period
Obtains a Period from date-based and time-based fields.
of(int, int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month, day, hour, minute and second, setting the nanosecond to zero.
of(int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month, day, hour and minute, setting the second and nanosecond to zero.
of(int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
Obtains an instance of OffsetTime from an hour, minute, second and nanosecond.
of(int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
Obtains an instance of OffsetDate from a year, month and day.
of(int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
Obtains an instance of OffsetTime from an hour, minute and second.
of(int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
Obtains an instance of OffsetTime from an hour and minute.
of(int, MonthOfYear) - Static method in class javax.time.calendar.YearMonth
Obtains an instance of YearMonth from a year and month.
of(int, MonthOfYear, int) - Static method in class javax.time.calendar.LocalDate
Obtains an instance of LocalDate from a year, month and day.
of(int, MonthOfYear, int) - Static method in class javax.time.i18n.HistoricDate
Obtains an instance of LocalDate from a year, month and day using the standard cutover of 1582-10-15.
of(int, MonthOfYear, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour and minute, setting the second and nanosecond to zero.
of(int, MonthOfYear, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour, minute and second, setting the nanosecond to zero.
of(int, MonthOfYear, int, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour, minute, second and nanosecond.
of(int, MonthOfYear, int, int, int, int, int, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from year, month, day, hour, minute, second, nanosecond and time-zone where the date-time must be valid for the time-zone.
of(int, MonthOfYear, int, int, int, int, int, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from year, month, day, hour, minute, second, nanosecond and time-zone providing a resolver to handle an invalid date-time.
of(int, MonthOfYear, int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month, day, hour, minute, second and nanosecond.
of(int, MonthOfYear, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month, day, hour, minute and second, setting the nanosecond to zero.
of(int, MonthOfYear, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month, day, hour and minute, setting the second and nanosecond to zero.
of(int, MonthOfYear, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
Obtains an instance of OffsetDate from a year, month and day.
of(int, PeriodUnit) - Static method in class javax.time.calendar.Period
Obtains a Period from an amount and unit.
of(long, TimeUnit) - Static method in class javax.time.Duration
Obtains an instance of Duration from a duration in a specified time unit.
of(long, PeriodUnit) - Static method in class javax.time.calendar.PeriodField
Obtains a PeriodField from an amount and unit.
of(long, PeriodUnit) - Static method in class javax.time.calendar.PeriodFields
Obtains a PeriodFields from an amount and unit.
of(String) - Static method in class javax.time.calendar.TimeZone
Obtains an instance of TimeZone from an identifier ensuring that the identifier is valid and available for use.
of(String) - Static method in class javax.time.calendar.ZoneOffset
Obtains an instance of ZoneOffset using the id.
of(String, Map<String, String>) - Static method in class javax.time.calendar.TimeZone
Obtains an instance of TimeZone using its ID using a map of aliases to supplement the standard zone IDs.
of(Map<DateTimeFieldRule<?>, Integer>) - Static method in class javax.time.calendar.DateTimeFields
Obtains an instance of DateTimeFields from a map of field-value pairs.
of(Calendrical) - Static method in class javax.time.calendar.MonthDay
Obtains an instance of MonthDay from a Calendrical.
of(Calendrical) - Static method in class javax.time.calendar.Year
Obtains an instance of Year from a calendrical.
of(Calendrical) - Static method in class javax.time.calendar.YearMonth
Obtains an instance of YearMonth from a Calendrical.
of(Calendrical) - Static method in class javax.time.i18n.CopticDate
Obtains an instance of CopticDate from a calendrical.
of(Calendrical) - Static method in class javax.time.i18n.HistoricDate
Obtains an instance of HistoricDate from a calendrical.
of(DateProvider) - Static method in class javax.time.calendar.LocalDate
Obtains an instance of LocalDate from a date provider.
of(DateProvider, OffsetTime) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from a DateProvider and OffsetTime.
of(DateProvider, TimeProvider) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from a date and time.
of(DateProvider, TimeProvider, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from a local date and time where the date-time must be valid for the time-zone.
of(DateProvider, TimeProvider, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from a local date and time providing a resolver to handle an invalid date-time.
of(DateProvider, TimeProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from a date, time and zone offset.
of(DateProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
Obtains an instance of OffsetDate from a date provider.
of(DateTimeFieldRule<?>, int) - Static method in class javax.time.calendar.DateTimeFields
Obtains an instance of DateTimeFields from a field-value pair.
of(DateTimeFieldRule<?>, int, DateTimeFieldRule<?>, int) - Static method in class javax.time.calendar.DateTimeFields
Obtains an instance of DateTimeFields from two field-value pairs.
of(DateTimeProvider) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalTime from a date-time provider.
of(DateTimeProvider, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from a local date-time where the date-time must be valid for the time-zone.
of(DateTimeProvider, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from a local date-time providing a resolver to handle an invalid date-time.
of(DateTimeProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from a date-time provider.
of(LocalDate, int, MonthOfYear, int) - Static method in class javax.time.i18n.HistoricDate
Obtains an instance of LocalDate from a year, month and day specifying the cutover date to use.
of(LocalDateTime, ZoneOffset, ZoneOffsetTransition) - Static method in class javax.time.calendar.zone.ZoneOffsetInfo
Creates an instance representing a simple single offset or a transition.
of(MonthOfYear, int) - Static method in class javax.time.calendar.MonthDay
Obtains an instance of MonthDay.
of(MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Static method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Creates an instance defining the yearly rule to create transitions between two offsets.
of(OffsetDateTime, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from an OffsetDateTime ensuring that the offset provided is valid for the time-zone.
of(OffsetDateTime, ZoneOffset) - Static method in class javax.time.calendar.zone.ZoneOffsetTransition
Obtains an instance defining a transition between two offsets.
of(PeriodField) - Static method in class javax.time.calendar.PeriodFields
Obtains a PeriodFields from a single-unit period.
of(PeriodField...) - Static method in class javax.time.calendar.PeriodFields
Obtains a PeriodFields from an array of single-unit periods.
of(PeriodProvider) - Static method in class javax.time.calendar.Period
Obtains a Period from a provider of periods.
of(PeriodProvider) - Static method in class javax.time.calendar.PeriodFields
Obtains a PeriodFields from a PeriodProvider.
of(PeriodProvider) - Static method in class javax.time.calendar.ZoneOffset
Obtains an instance of ZoneOffset from a period.
of(TimeProvider) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from a time provider.
of(TimeProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
Obtains an instance of OffsetTime from a time provider.
of(ZoneOffset) - Static method in class javax.time.calendar.TimeZone
Obtains an instance of TimeZone representing a fixed time-zone.
of(Duration) - Static method in class javax.time.calendar.Period
Obtains a Period from a Duration.
of(Duration) - Static method in class javax.time.calendar.PeriodFields
Obtains a PeriodFields from a Duration based on the standard durations of seconds and nanoseconds.
of(Instant) - Static method in class javax.time.TAIInstant
Obtains an instance of TAIInstant from an Instant using the system default leap second rules.
of(Instant) - Static method in class javax.time.UTCInstant
Obtains an instance of UTCInstant from a provider of instants using the system default leap second rules.
of(InstantProvider) - Static method in class javax.time.Instant
Obtains an instance of Instant from a provider of instants.
of(Instant, UTCRules) - Static method in class javax.time.UTCInstant
Obtains an instance of UTCInstant from a provider of instants using the specified leap second rules.
of(TAIInstant) - Static method in class javax.time.UTCInstant
Obtains an instance of UTCInstant from a TAI instant using the system default leap second rules.
of(TAIInstant, UTCRules) - Static method in class javax.time.UTCInstant
Obtains an instance of UTCInstant from a TAI instant using the specified leap second rules.
of(UTCInstant) - Static method in class javax.time.TAIInstant
Obtains an instance of TAIInstant from a UTCInstant.
ofDateFields(int, int, int) - Static method in class javax.time.calendar.Period
Obtains a Period from date-based fields.
ofDateFields(PeriodProvider) - Static method in class javax.time.calendar.Period
Obtains a Period from the date-based fields of a period.
ofDays(int) - Static method in class javax.time.calendar.Period
Obtains a Period from a number of days.
ofEpochDays(long) - Static method in class javax.time.calendar.LocalDate
Obtains an instance of LocalDate from the epoch days count.
ofEpochMillis(long) - Static method in class javax.time.Instant
Obtains an instance of Instant using milliseconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochNanos(long) - Static method in class javax.time.Instant
Obtains an instance of Instant using nanoseconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochNanos(BigInteger) - Static method in class javax.time.Instant
Obtains an instance of Instant using nanoseconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochSeconds(long) - Static method in class javax.time.Instant
Obtains an instance of Instant using seconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochSeconds(long, long) - Static method in class javax.time.Instant
Obtains an instance of Instant using seconds from the epoch of 1970-01-01T00:00:00Z and nanosecond fraction of second.
ofEpochSeconds(long, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime using seconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochSeconds(long, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime using seconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochSeconds(BigDecimal) - Static method in class javax.time.Instant
Obtains an instance of Instant using seconds from the epoch of 1970-01-01T00:00:00Z.
ofFixed(ZoneOffset) - Static method in class javax.time.calendar.zone.ZoneRules
Obtains a rules instance for a specific offset.
offset - Variable in class javax.time.calendar.OffsetDate
The zone offset.
offset - Variable in class javax.time.calendar.OffsetDateTime
The zone offset.
offset - Variable in class javax.time.calendar.OffsetTime
The zone offset from UTC, never null.
offset - Variable in class javax.time.calendar.zone.FixedZoneRules
The fixed offset.
offset - Variable in class javax.time.calendar.zone.ZoneOffsetInfo
The offset for the local time-line.
offset - Variable in class javax.time.TimeSource.OffsetSystemTimeSource
The fixed offset to add.
OFFSET_MJD_EPOCH - Static variable in class javax.time.UTCRules
Constant for the offset from MJD day 0 to the Java Epoch of 1970-01-01: 40587.
OFFSET_MJD_TAI - Static variable in class javax.time.UTCRules
Constant for the offset from MJD day 0 to TAI day 0 of 1958-01-01: 36204.
offsetAfter - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The offset after the cutover.
offsetBefore - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The offset before the cutover.
offsetDate() - Method in class javax.time.calendar.Clock
Gets the current offset date.
OffsetDate - Class in javax.time.calendar
A date with a zone offset from UTC in the ISO-8601 calendar system, such as 2007-12-03+01:00.
OffsetDate(LocalDate, ZoneOffset) - Constructor for class javax.time.calendar.OffsetDate
Constructor.
OffsetDate.Rule - Class in javax.time.calendar
Rule implementation.
offsetDateTime() - Method in class javax.time.calendar.Clock
Gets the current offset date-time with maximum resolution of up to nanoseconds.
OffsetDateTime - Class in javax.time.calendar
A date-time with a zone offset from UTC in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00.
OffsetDateTime(LocalDateTime, ZoneOffset) - Constructor for class javax.time.calendar.OffsetDateTime
Constructor.
OffsetDateTime.Rule - Class in javax.time.calendar
Rule implementation.
offsetDateTimeToMinute() - Method in class javax.time.calendar.Clock
Gets the current offset date-time with a resolution of minutes.
offsetDateTimeToSecond() - Method in class javax.time.calendar.Clock
Gets the current offset date-time with a resolution of seconds.
offsets - Variable in class javax.time.SystemUTCRules.Data
The table of TAI offset after the leap second.
offsetSystem(Duration) - Static method in class javax.time.TimeSource
Gets a time-source that obtains the current instant using the system millisecond clock and adjusts by a fixed offset.
OffsetSystemTimeSource(Duration) - Constructor for class javax.time.TimeSource.OffsetSystemTimeSource
Restricted constructor.
offsetTime() - Method in class javax.time.calendar.Clock
Gets the current offset time with maximum resolution of up to nanoseconds.
OffsetTime - Class in javax.time.calendar
A time with a zone offset from UTC in the ISO-8601 calendar system, such as 10:15:30+01:00.
OffsetTime(LocalTime, ZoneOffset) - Constructor for class javax.time.calendar.OffsetTime
Constructor.
OffsetTime.Rule - Class in javax.time.calendar
Rule implementation.
offsetTimeToMinute() - Method in class javax.time.calendar.Clock
Gets the current offset time with a resolution of minutes.
offsetTimeToSecond() - Method in class javax.time.calendar.Clock
Gets the current offset time with a resolution of seconds.
ofHours(int) - Static method in class javax.time.calendar.Period
Obtains a Period from a number of hours.
ofHours(int) - Static method in class javax.time.calendar.ZoneOffset
Obtains an instance of ZoneOffset using an offset in hours.
ofHoursMinutes(int, int) - Static method in class javax.time.calendar.ZoneOffset
Obtains an instance of ZoneOffset using an offset in hours and minutes.
ofHoursMinutesSeconds(int, int, int) - Static method in class javax.time.calendar.ZoneOffset
Obtains an instance of ZoneOffset using an offset in hours, minutes and seconds.
ofID(String, boolean) - Static method in class javax.time.calendar.TimeZone
Obtains an instance of TimeZone from an identifier.
ofInstant(OffsetDateTime, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from the instant of an OffsetDateTime.
ofInstant(InstantProvider, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from an Instant.
ofInstant(InstantProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
Obtains an instance of OffsetDate from an InstantProvider.
ofInstant(InstantProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from an InstantProvider.
ofInstant(InstantProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
Obtains an instance of OffsetTime from an InstantProvider.
ofMidnight(int, int, int) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from year, month and day with the time set to midnight at the start of day.
ofMidnight(int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month and day with the time set to midnight at the start of day.
ofMidnight(int, MonthOfYear, int) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from year, month and day with the time set to midnight at the start of day.
ofMidnight(int, MonthOfYear, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from year, month and day with the time set to midnight at the start of day.
ofMidnight(DateProvider) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from a date with the time set to midnight at the start of day.
ofMidnight(DateProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from a date with the time set to midnight at the start of day.
ofMillis(long) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of milliseconds.
ofMinutes(int) - Static method in class javax.time.calendar.Period
Obtains a Period from a number of minutes.
ofModifiedJulianDays(long) - Static method in class javax.time.calendar.LocalDate
Obtains an instance of LocalDate from the Modified Julian Day (MJD).
ofModifiedJulianDays(long, long) - Static method in class javax.time.UTCInstant
Obtains an instance of UTCInstant from a Modified Julian Day with a nanosecond fraction of second using the system default leap second rules.
ofModifiedJulianDays(long, long, UTCRules) - Static method in class javax.time.UTCInstant
Obtains an instance of UTCInstant from a Modified Julian Day with a nanosecond fraction of second using the specified leap second rules.
ofMonths(int) - Static method in class javax.time.calendar.Period
Obtains a Period from a number of months.
ofNanoOfDay(long) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from a nanos-of-day value.
ofNanos(long) - Static method in class javax.time.calendar.Period
Obtains a Period from a number of nanoseconds.
ofNanos(long) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of nanoseconds.
ofNanos(BigInteger) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of nanoseconds.
ofSecondOfDay(long) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from a second-of-day value.
ofSecondOfDay(long, int) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from a second-of-day value, with associated nanos of second.
ofSeconds(int) - Static method in class javax.time.calendar.Period
Obtains a Period from a number of seconds.
ofSeconds(long) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of seconds.
ofSeconds(long, long) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of seconds and an adjustment in nanoseconds.
ofSeconds(BigDecimal) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of seconds.
ofStandardDays(long) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of standard length days.
ofStandardHours(long) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of standard length hours.
ofStandardMinutes(long) - Static method in class javax.time.Duration
Obtains an instance of Duration from a number of standard length minutes.
ofTAISeconds(long, long) - Static method in class javax.time.TAIInstant
Obtains an instance of TAIInstant from the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI) with a nanosecond fraction of second.
ofTimeFields(int, int, int) - Static method in class javax.time.calendar.Period
Obtains a Period from time-based fields.
ofTimeFields(int, int, int, long) - Static method in class javax.time.calendar.Period
Obtains a Period from time-based fields.
ofTimeFields(PeriodProvider) - Static method in class javax.time.calendar.Period
Obtains a Period from the time-based fields of a period.
ofTotal(PeriodProvider...) - Static method in class javax.time.calendar.PeriodFields
Obtains a PeriodFields by totalling the amounts in a list of PeriodProvider instances.
ofTotalSeconds(int) - Static method in class javax.time.calendar.ZoneOffset
Obtains an instance of ZoneOffset specifying the total offset in seconds
ofUnchecked(String) - Static method in class javax.time.calendar.TimeZone
Obtains an instance of TimeZone from an identifier without checking if the time-zone has available rules.
ofYears(int) - Static method in class javax.time.calendar.Period
Obtains a Period from a number of years.
ofYearZeroDays(long) - Static method in class javax.time.calendar.LocalDate
Converts a year zero day count to a date.
OLD_IDS_POST_2005 - Static variable in class javax.time.calendar.TimeZone
A map of zone overrides to enable the older US time-zone names to be used.
OLD_IDS_PRE_2005 - Static variable in class javax.time.calendar.TimeZone
A map of zone overrides to enable the older US time-zone names to be used.
optional - Variable in class javax.time.calendar.format.CompositePrinterParser
Whether the print and parse are optional.
optional - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
Whether this builder produces an optional formatter.
optionalEnd() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Ends an optional section.
optionalStart() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Mark the start of an optional section.
ordinal - Variable in class javax.time.calendar.CalendricalMatchers.DayOfWeekInMonth
The ordinal, from 1 to 5.
ordinal - Variable in class javax.time.calendar.DateAdjusters.DayOfWeekInMonth
The ordinal, from 1 to 5.
ordinal - Variable in class javax.time.calendar.ISOChronology.Rule
 
ordinal - Variable in class javax.time.calendar.ISOChronology.Unit
 
outputFile(File, String, SortedMap<String, ZoneRules>) - Static method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Outputs the file.
outputFile(File, Map<String, SortedMap<String, ZoneRules>>, Set<String>, Set<ZoneRules>) - Static method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Outputs the file.
outputHelp() - Static method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Output usage text for the command line.
overflow - Variable in class javax.time.calendar.CalendricalMerger
The overflow period to be added to the resultant date/time.
Overflow(LocalTime, long) - Constructor for class javax.time.calendar.LocalTime.Overflow
Constructor.
overlapResolver - Variable in class javax.time.calendar.ZoneResolvers.Combination
The overlap resolver.

P

padChar - Variable in class javax.time.calendar.format.PadPrinterParserDecorator
The character to pad the next field with.
padNext(int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Causes the next added printer/parser to pad to a fixed width using a space.
padNext(int, char) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Causes the next added printer/parser to pad to a fixed width.
padNextChar - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
The character to pad the next field with.
padNextWidth - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
The width to pad the next field to.
PadPrinterParserDecorator - Class in javax.time.calendar.format
Pads the output to a fixed width.
PadPrinterParserDecorator(DateTimePrinter, DateTimeParser, int, char) - Constructor for class javax.time.calendar.format.PadPrinterParserDecorator
Constructor.
padWidth - Variable in class javax.time.calendar.format.PadPrinterParserDecorator
The width to pad the next field to.
parent - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
The parent builder, null for the outermost builder.
parse(String) - Method in class javax.time.calendar.format.DateTimeFormatter
Fully parses the text returning a merger that can be used to manage the merging of separate parsed fields to a meaningful calendrical.
parse(String) - Static method in class javax.time.calendar.LocalDate
Obtains an instance of LocalDate from a text string such as 2007-12-03.
parse(String) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from a text string such as 2007-12-03T10:15:30.
parse(String) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from a text string such as 10:15.
parse(String) - Static method in class javax.time.calendar.MonthDay
Obtains an instance of MonthDay from a text string such as --12-03.
parse(String) - Static method in class javax.time.calendar.OffsetDate
Obtains an instance of OffsetDate from a text string such as 2007-12-03+01:00.
parse(String) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from a text string such as 2007-12-03T10:15:30+01:00.
parse(String) - Static method in class javax.time.calendar.OffsetTime
Obtains an instance of OffsetTime from a text string such as 10:15:30+01:00.
parse(String) - Static method in class javax.time.calendar.Period
Obtains a Period from a text string such as PnYnMnDTnHnMn.nS.
parse(String) - Method in class javax.time.calendar.PeriodParser
Obtains an instance of Period from a string.
parse(String) - Static method in class javax.time.calendar.YearMonth
Obtains an instance of YearMonth from a text string such as 2007-12.
parse(String) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from a text string such as 2007-12-03T10:15:30+01:00[Europe/Paris].
parse(String) - Static method in class javax.time.Duration
Obtains an instance of Duration by parsing a string.
parse(String) - Static method in class javax.time.Instant
Obtains an instance of Instant by parsing a string.
parse(String) - Static method in class javax.time.TAIInstant
Obtains an instance of TAIInstant from a text string.
parse(String, ParsePosition) - Method in class javax.time.calendar.format.DateTimeFormatter
Parses the text into a Calendrical.
parse(String, CalendricalRule<T>) - Method in class javax.time.calendar.format.DateTimeFormatter
Fully parses the text producing an object of the type defined by the rule.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.LocalDate
Obtains an instance of LocalDate from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.LocalDateTime
Obtains an instance of LocalDateTime from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.LocalTime
Obtains an instance of LocalTime from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.MonthDay
Obtains an instance of MonthDay from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.OffsetDate
Obtains an instance of OffsetDate from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.OffsetDateTime
Obtains an instance of OffsetDateTime from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.OffsetTime
Obtains an instance of OffsetTime from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.YearMonth
Obtains an instance of YearMonth from a text string using a specific formatter.
parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from a text string using a specific formatter.
parse(DateTimeParseContext, String, int) - Method in enum javax.time.calendar.format.CaseSensitivePrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.CharLiteralPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.CompositePrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in interface javax.time.calendar.format.DateTimeParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.FractionPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.LocalizedPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.NumberPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.PadPrinterParserDecorator
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in enum javax.time.calendar.format.StrictLenientPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.StringLiteralPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.TextPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.ZoneOffsetPrinterParser
Parses from the supplied text and position into the calendrical.
parse(DateTimeParseContext, String, int) - Method in class javax.time.calendar.format.ZonePrinterParser
This implementation looks for the longest matching string.
parseCaseInsensitive() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Changes the parse style to be case insensitive for the remainder of the formatter.
parseCaseSensitive() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Changes the parse style to be case sensitive for the remainder of the formatter.
Parsed() - Constructor for class javax.time.calendar.format.DateTimeParseContext.Parsed
 
parseDate(PeriodParser.ParseValues, String, int) - Method in class javax.time.calendar.PeriodParser
 
parseDayOfWeek(String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
parsedString - Variable in exception javax.time.calendar.format.CalendricalParseException
The text that was being parsed.
parseFile(File) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Parses a source file.
parseFiles() - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Parses the source files.
parseInt(PeriodParser.ParseValues, String, int) - Method in class javax.time.calendar.PeriodParser
 
parseLenient() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Changes the parse style to be lenient for the remainder of the formatter.
parseMonth(String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
parseMonthDayTime(StringTokenizer, TZDBZoneRulesCompiler.TZDBMonthDayTime) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Parses a Rule line.
parseNanos(PeriodParser.ParseValues, String, int) - Method in class javax.time.calendar.PeriodParser
 
parseNumber(int[], int, String, boolean) - Method in class javax.time.calendar.format.ZoneOffsetPrinterParser
Parse a two digit zero-prefixed number.
parseNumber(String, int, boolean) - Static method in class javax.time.calendar.ZoneOffset
Parse a two digit zero-prefixed number.
parseNumber(PeriodParser.ParseValues, String) - Method in class javax.time.calendar.PeriodParser
 
parseObject(String) - Method in class javax.time.calendar.format.DateTimeFormatter.ClassicFormat
parseObject(String, ParsePosition) - Method in class javax.time.calendar.format.DateTimeFormatter.ClassicFormat
parseOffset(String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
parseOptional(String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
parsePattern(String) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
 
parsePeriod(String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
parser - Variable in class javax.time.calendar.format.PadPrinterParserDecorator
The parser to decorate.
PARSER - Static variable in class javax.time.calendar.MonthDay
Parser.
PARSER - Static variable in class javax.time.calendar.YearMonth
Parser.
PARSER - Static variable in class javax.time.TAIInstant
Parse regex.
parsers - Variable in class javax.time.calendar.format.CompositePrinterParser
The list of parsers that will be used, treated as immutable.
parsers - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
The list of parsers that will be used.
parseRule(char, int, DateTimeFieldRule<?>, int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
 
parseRuleLine(StringTokenizer) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Parses a Rule line.
parseSecs(String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
parseStrict() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Changes the parse style to be strict for the remainder of the formatter.
parseTime(PeriodParser.ParseValues, String, int) - Method in class javax.time.calendar.PeriodParser
 
parseTimeDefinition(char) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
ParseValues(String) - Constructor for class javax.time.calendar.PeriodParser.ParseValues
 
parseYear(String, int) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
 
parseZoneLine(StringTokenizer, List<TZDBZoneRulesCompiler.TZDBZone>) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Parses a Zone line.
partLenient() - Static method in class javax.time.calendar.DateResolvers
Returns the part lenient resolver, which adjusts the date to be valid by moving it to the next month by the number of days that are invalid up to the 31st of the month.
PartLenient() - Constructor for class javax.time.calendar.DateResolvers.PartLenient
 
pattern(String) - Static method in class javax.time.calendar.format.DateTimeFormatters
Creates a formatter using the specified pattern.
pattern(String, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Creates a formatter using the specified pattern.
PATTERN - Static variable in class javax.time.calendar.TimeZone
The group:region#version ID pattern.
PATTERN_GROUP - Static variable in class javax.time.calendar.zone.ZoneRulesGroup
Group ID pattern.
PATTERN_VERSION - Static variable in class javax.time.calendar.zone.ZoneRulesGroup
Version ID pattern.
Period - Class in javax.time.calendar
An immutable period consisting of the ISO-8601 year, month, day, hour, minute, second and nanosecond units, such as '3 Months, 4 Days and 7 Hours'.
Period(int, int, int, int, int, int, long) - Constructor for class javax.time.calendar.Period
Constructor.
period12Hours() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for twelve hours, as used by AM/PM.
period24Hours() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for twenty-four hours, that is often treated as a day.
periodCenturies() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for centuries of 100 years.
periodDays() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for days.
periodDays() - Static method in class javax.time.i18n.CopticChronology
Gets the period unit for days.
periodDays() - Static method in class javax.time.i18n.HistoricChronology
Gets the period unit for days.
periodDays() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for days.
periodDecades() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for decades of 10 years.
periodEras() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for eras.
periodEras() - Static method in class javax.time.i18n.HistoricChronology
Gets the period unit for eras.
PeriodField - Class in javax.time.calendar
A period of time measured using a single unit, such as '3 Days' or '65 Seconds'.
PeriodField(long, PeriodUnit) - Constructor for class javax.time.calendar.PeriodField
Constructor.
periodFields - Variable in class javax.time.calendar.Period
The cached PeriodFields.
PeriodFields - Class in javax.time.calendar
A period of time measured using a number of different units, such as '3 Months, 4 Days and 7 Hours'.
PeriodFields(TreeMap<PeriodUnit, PeriodField>) - Constructor for class javax.time.calendar.PeriodFields
Constructs an instance using a pre-built map.
periodHours() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for hours of 60 minutes.
periodMicros() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for microseconds.
periodMillennia() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for millennia of 1000 years.
periodMillis() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for milliseconds.
periodMinutes() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for minutes of 60 seconds.
periodMonths() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for months.
periodMonths() - Static method in class javax.time.i18n.CopticChronology
Gets the period unit for months.
periodMonths() - Static method in class javax.time.i18n.HistoricChronology
Gets the period unit for months.
periodMonths() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for months.
periodNanos() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for nanoseconds.
PeriodParser - Class in javax.time.calendar
An period parser that creates an instance of Period from a string using the ISO8601 period format PnYnMnDTnHnMn.nS.
PeriodParser() - Constructor for class javax.time.calendar.PeriodParser
Restricted constructor.
PeriodParser.ParseValues - Class in javax.time.calendar
Parse values container created for each parse.
PeriodProvider - Interface in javax.time.calendar
Provides access to a period of time, such as '2 Years and 5 Months'.
periodQuarters() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for quarters of 3 months.
periodRange - Variable in class javax.time.calendar.CalendricalRule
The period range, not null.
periodSeconds() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for seconds.
periodUnit - Variable in class javax.time.calendar.CalendricalRule
The period unit, not null.
PeriodUnit - Class in javax.time.calendar
A unit of time for measuring a period, such as 'Days' or 'Minutes'.
PeriodUnit(String, PeriodField) - Constructor for class javax.time.calendar.PeriodUnit
Constructor to create a unit that is derived from another smaller unit.
PeriodUnit(String, PeriodField, Duration) - Constructor for class javax.time.calendar.PeriodUnit
Constructor used by ISOChronology.
PeriodUnit(String, Duration) - Constructor for class javax.time.calendar.PeriodUnit
Constructor to create a base unit that cannot be derived.
periodWeekBasedYears() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for week-based-years.
periodWeeks() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for weeks of 7 days.
periodWeeks() - Static method in class javax.time.i18n.CopticChronology
Gets the period unit for weeks.
periodWeeks() - Static method in class javax.time.i18n.HistoricChronology
Gets the period unit for weeks.
periodWeeks() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for weeks.
periodYears() - Static method in class javax.time.calendar.ISOChronology
Gets the period unit for years of 12 months.
periodYears() - Static method in class javax.time.i18n.CopticChronology
Gets the period unit for years.
periodYears() - Static method in class javax.time.i18n.HistoricChronology
Gets the period unit for years.
periodYears() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for years.
plus(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the specified period added.
plus(long, long) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration added.
plus(long, TimeUnit) - Method in class javax.time.Duration
Returns a copy of this duration with the specified duration added.
plus(long, TimeUnit) - Method in class javax.time.Instant
Returns a copy of this duration with the specified duration added.
plus(long, PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified period added.
plus(PeriodField) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified date period added.
plus(PeriodProvider) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified date period added.
plus(PeriodProvider) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.Year
Returns a copy of this Year with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period added.
plus(PeriodProvider) - Method in class javax.time.calendar.ZoneOffset
Returns a copy of this offset with the specified period added.
plus(PeriodProvider, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period added.
plus(Duration) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified duration added.
plus(Duration) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified duration added.
plus(Duration) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified duration added.
plus(Duration) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified duration added.
plus(Duration) - Method in class javax.time.Duration
Returns a copy of this duration with the specified Duration added.
plus(Duration) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration added.
plus(Duration) - Method in class javax.time.TAIInstant
Returns a copy of this instant with the specified duration added.
plus(Duration) - Method in class javax.time.UTCInstant
Returns a copy of this instant with the specified duration added.
plusDays(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of days added.
plusDays(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the specified number of days added.
plusDays(int) - Method in class javax.time.i18n.HistoricDate
Returns a copy of this date with the specified number of days added.
plusDays(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified number of days added.
plusDays(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in days added.
plusDays(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in days added.
plusDays(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in days added.
plusDays(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in days added.
plusDuration(int, int, int, long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified duration added.
plusDuration(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified duration added.
plusDuration(Duration) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified duration added.
plusHours(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of hours added.
plusHours(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in hours added.
plusHours(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in hours added.
plusHours(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in hours added.
plusHours(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in hours added.
plusHours(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in hours added.
plusMillis(long) - Method in class javax.time.Duration
Returns a copy of this duration with the specified number of milliseconds added.
plusMillis(long) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration in milliseconds added.
plusMinutes(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of minutes added.
plusMinutes(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in minutes added.
plusMinutes(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in minutes added.
plusMinutes(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in minutes added.
plusMinutes(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in minutes added.
plusMinutes(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in minutes added.
plusMonths(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of months added.
plusMonths(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the specified number of months added.
plusMonths(int) - Method in class javax.time.i18n.HistoricDate
Returns a copy of this date with the specified number of months added.
plusMonths(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in months added.
plusMonths(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in months added.
plusMonths(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in months added.
plusMonths(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in months added.
plusMonths(long) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the specified period in months added.
plusMonths(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in months added.
plusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in months added.
plusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in months added.
plusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in months added.
plusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in months added.
plusNanos(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in nanoseconds added.
plusNanos(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in nanoseconds added.
plusNanos(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in nanoseconds added.
plusNanos(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in nanoseconds added.
plusNanos(long) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of nanoseconds added.
plusNanos(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in nanoseconds added.
plusNanos(long) - Method in class javax.time.Duration
Returns a copy of this duration with the specified number of nanoseconds added.
plusNanos(long) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration in nanoseconds added.
plusSeconds(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of seconds added.
plusSeconds(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in seconds added.
plusSeconds(long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period in seconds added.
plusSeconds(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in seconds added.
plusSeconds(long) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified period in seconds added.
plusSeconds(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in seconds added.
plusSeconds(long) - Method in class javax.time.Duration
Returns a copy of this duration with the specified number of seconds added.
plusSeconds(long) - Method in class javax.time.Instant
Returns a copy of this instant with the specified duration in seconds added.
plusWeeks(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the specified number of weeks added.
plusWeeks(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in weeks added.
plusWeeks(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in weeks added.
plusWeeks(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in weeks added.
plusWeeks(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in weeks added.
plusWeeks(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in weeks added.
plusWithOverflow(long, long, long, long) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period added, returning the new time with any overflow in days.
plusWithOverflow(long, long, long, long, int) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the specified period added, returning the new time with any overflow in days.
plusYears(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified number of years added.
plusYears(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the specified number of years added.
plusYears(int) - Method in class javax.time.i18n.HistoricDate
Returns a copy of this date with the specified number of years added.
plusYears(long) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in years added.
plusYears(long) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in years added.
plusYears(long) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in years added.
plusYears(long) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in years added.
plusYears(long) - Method in class javax.time.calendar.Year
Returns a copy of this Year with the specified number of years added.
plusYears(long) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the specified period in years added.
plusYears(long) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified period in years added.
plusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the specified period in years added.
plusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the specified period in years added.
plusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified period in years added.
plusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified period in years added.
PM - javax.time.calendar.AmPmOfDay
The singleton instance for the afternoon, PM - post meridiem.
positiveSignChar - Variable in class javax.time.calendar.format.DateTimeFormatSymbols
The positive sign character.
postGapPreOverlap() - Static method in class javax.time.calendar.ZoneResolvers
Returns the post-gap-pre-overlap zone resolver, which returns the instant after the transition for gaps, and the earlier offset for overlaps.
PostGapPreOverlap() - Constructor for class javax.time.calendar.ZoneResolvers.PostGapPreOverlap
 
postTransition() - Static method in class javax.time.calendar.ZoneResolvers
Returns the post-transition zone resolver, which returns the instant after the transition for gaps, and the later offset for overlaps.
PostTransition() - Constructor for class javax.time.calendar.ZoneResolvers.PostTransition
 
preparedIDs - Static variable in class javax.time.calendar.format.ZonePrinterParser
The cached IDs.
preparedTree - Static variable in class javax.time.calendar.format.ZonePrinterParser
The cached tree to speed up parsing.
prepareParser(Set<String>) - Static method in class javax.time.calendar.format.ZonePrinterParser
Builds an optimized parsing tree.
prepareTime(PeriodParser.ParseValues, String, int) - Method in class javax.time.calendar.PeriodParser
 
preTransition() - Static method in class javax.time.calendar.ZoneResolvers
Returns the pre-transition zone resolver, which returns the instant one nanosecond before the transition for gaps, and the earlier offset for overlaps.
PreTransition() - Constructor for class javax.time.calendar.ZoneResolvers.PreTransition
 
previous() - Method in enum javax.time.calendar.DayOfWeek
Gets the previous day-of-week.
previous() - Method in enum javax.time.calendar.MonthOfYear
Gets the previous month-of-year.
previous() - Method in enum javax.time.calendar.QuarterOfYear
Gets the previous quarter-of-year.
previous() - Method in class javax.time.calendar.Year
Returns the previous year.
previous(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the previous day-of-week adjuster, which adjusts the date to be the previous of the specified day-of-week after the specified date.
previousLeap() - Method in class javax.time.calendar.Year
Returns the previous leap year before the current year.
previousOrCurrent(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the previous or current day-of-week adjuster, which adjusts the date to be be the previous of the specified day-of-week, returning the input date if the day-of-week matched.
previousTransition(InstantProvider) - Method in class javax.time.calendar.zone.FixedZoneRules
Gets the previous transition after the specified transition.
previousTransition(InstantProvider) - Method in class javax.time.calendar.zone.StandardZoneRules
Gets the previous transition after the specified transition.
previousTransition(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
Gets the previous transition after the specified transition.
previousValid() - Static method in class javax.time.calendar.DateResolvers
Returns the previous valid day resolver, which adjusts the date to be valid by moving to the last valid day of the month.
previousValid(int, MonthOfYear, int) - Method in class javax.time.i18n.HistoricDate
Obtains an instance of HistoricDate using the previous valid algorithm.
PreviousValid() - Constructor for class javax.time.calendar.DateResolvers.PreviousValid
 
print(Calendrical) - Method in class javax.time.calendar.format.DateTimeFormatter
Prints the calendrical using this formatter.
print(Calendrical, Appendable) - Method in class javax.time.calendar.format.DateTimeFormatter
Prints the calendrical to an Appendable using this formatter.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in enum javax.time.calendar.format.CaseSensitivePrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.CharLiteralPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.CompositePrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in interface javax.time.calendar.format.DateTimePrinter
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.FractionPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.LocalizedPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.NumberPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.PadPrinterParserDecorator
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in enum javax.time.calendar.format.StrictLenientPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.StringLiteralPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.TextPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.ZoneOffsetPrinterParser
Prints the calendrical object to the appendable.
print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in class javax.time.calendar.format.ZonePrinterParser
Prints the calendrical object to the appendable.
printer - Variable in class javax.time.calendar.format.PadPrinterParserDecorator
The printer to decorate.
printerParser - Variable in class javax.time.calendar.format.DateTimeFormatter
The printer and/or parser to use, not null.
printers - Variable in class javax.time.calendar.format.CompositePrinterParser
The list of printers that will be used, treated as immutable.
printers - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
The list of printers that will be used.
printVerbose(String) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Prints a verbose message.
process(List<File>, List<String>, File, boolean) - Static method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Process to create the jar files.
processingMap - Variable in class javax.time.calendar.CalendricalMerger
The map of in range data to be merged, never null.
provider - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
Provider.
pushForward() - Static method in class javax.time.calendar.ZoneResolvers
Returns the push forward resolver, which changes the time of the result in a gap by adding the lenth of the gap.
PushForward() - Constructor for class javax.time.calendar.ZoneResolvers.PushForward
 

Q

Q1 - javax.time.calendar.QuarterOfYear
The singleton instance for the first quarter-of-year, from January to March.
Q2 - javax.time.calendar.QuarterOfYear
The singleton instance for the second quarter-of-year, from April to June.
Q3 - javax.time.calendar.QuarterOfYear
The singleton instance for the third quarter-of-year, from July to September.
Q4 - javax.time.calendar.QuarterOfYear
The singleton instance for the fourth quarter-of-year, from October to December.
QuarterOfYear - Enum in javax.time.calendar
A quarter-of-year, such as 'Q2'.
QuarterOfYear() - Constructor for enum javax.time.calendar.QuarterOfYear
 
quarterOfYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the quarter-of-year field in the ISO chronology.
QuarterOfYearRule() - Constructor for class javax.time.calendar.ISOChronology.QuarterOfYearRule
Constructor.
QUARTERS - Static variable in class javax.time.calendar.ISOChronology
Period unit for quarters.

R

range - Variable in class javax.time.calendar.format.ReducedPrinterParser
The range.
read(DataInput) - Static method in class javax.time.calendar.zone.Ser
 
readEpochSecs(DataInput) - Static method in class javax.time.calendar.zone.Ser
Reads the state from the stream.
readExternal(DataInput) - Static method in class javax.time.calendar.zone.FixedZoneRules
Reads the state from the stream.
readExternal(DataInput) - Static method in class javax.time.calendar.zone.StandardZoneRules
Reads the state from the stream.
readExternal(DataInput) - Static method in class javax.time.calendar.zone.ZoneOffsetTransition
Reads the state from the stream.
readExternal(DataInput) - Static method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Reads the state from the stream.
readExternal(ObjectInput) - Method in class javax.time.calendar.zone.Ser
 
readInternal(byte, DataInput) - Static method in class javax.time.calendar.zone.Ser
 
readObject(ObjectInputStream) - Method in class javax.time.calendar.TimeZone.ID
Validate deserialization.
readOffset(DataInput) - Static method in class javax.time.calendar.zone.Ser
Reads the state from the stream.
readResolve() - Method in class javax.time.calendar.Chronology.Rule
 
readResolve() - Method in class javax.time.calendar.DateResolvers.NextValid
 
readResolve() - Method in class javax.time.calendar.DateResolvers.PartLenient
 
readResolve() - Method in class javax.time.calendar.DateResolvers.PreviousValid
 
readResolve() - Method in class javax.time.calendar.DateResolvers.Strict
 
readResolve() - Method in class javax.time.calendar.DateTimeFields
Ensure EMPTY singleton.
readResolve() - Method in class javax.time.calendar.ISOChronology.AmPmOfDayRule
 
readResolve() - Method in class javax.time.calendar.ISOChronology.DayOfWeekRule
 
readResolve() - Method in class javax.time.calendar.ISOChronology.EpochDaysRule
 
readResolve() - Method in class javax.time.calendar.ISOChronology.MonthOfYearRule
 
readResolve() - Method in class javax.time.calendar.ISOChronology.NanoOfDayRule
 
readResolve() - Method in class javax.time.calendar.ISOChronology.QuarterOfYearRule
 
readResolve() - Method in class javax.time.calendar.ISOChronology
Resolves singleton.
readResolve() - Method in class javax.time.calendar.ISOChronology.Rule
 
readResolve() - Method in class javax.time.calendar.ISOChronology.Unit
 
readResolve() - Method in class javax.time.calendar.LocalDate.Rule
 
readResolve() - Method in class javax.time.calendar.LocalDateTime.Rule
 
readResolve() - Method in class javax.time.calendar.LocalTime
Handle singletons on deserialization.
readResolve() - Method in class javax.time.calendar.LocalTime.Rule
 
readResolve() - Method in class javax.time.calendar.MonthDay.Rule
 
readResolve() - Method in class javax.time.calendar.OffsetDate.Rule
 
readResolve() - Method in class javax.time.calendar.OffsetDateTime.Rule
 
readResolve() - Method in class javax.time.calendar.OffsetTime.Rule
 
readResolve() - Method in class javax.time.calendar.Period
Resolves singletons.
readResolve() - Method in class javax.time.calendar.PeriodFields
Resolves singletons.
readResolve() - Method in class javax.time.calendar.TimeZone.Fixed
Handle deserialization.
readResolve() - Method in class javax.time.calendar.TimeZone.Rule
 
readResolve() - Method in class javax.time.calendar.YearMonth.Rule
 
readResolve() - Method in class javax.time.calendar.zone.Ser
Returns the object that will replace this one.
readResolve() - Method in class javax.time.calendar.ZonedDateTime.Rule
 
readResolve() - Method in class javax.time.calendar.ZoneOffset
Resolves singletons.
readResolve() - Method in class javax.time.calendar.ZoneOffset.Rule
 
readResolve() - Method in class javax.time.Duration
Resolves singletons.
readResolve() - Method in class javax.time.i18n.CopticChronology.DayOfMonthRule
 
readResolve() - Method in class javax.time.i18n.CopticChronology.DayOfWeekRule
 
readResolve() - Method in class javax.time.i18n.CopticChronology.DayOfYearRule
 
readResolve() - Method in class javax.time.i18n.CopticChronology.MonthOfYearRule
 
readResolve() - Method in class javax.time.i18n.CopticChronology.Months
 
readResolve() - Method in class javax.time.i18n.CopticChronology
Resolves singleton.
readResolve() - Method in class javax.time.i18n.CopticChronology.YearRule
 
readResolve() - Method in class javax.time.i18n.CopticChronology.Years
 
readResolve() - Method in class javax.time.i18n.CopticDate
Replaces the date instance from the stream with a valid one.
readResolve() - Method in class javax.time.i18n.CopticDate.Rule
 
readResolve() - Method in class javax.time.i18n.HistoricChronology.Months
 
readResolve() - Method in class javax.time.i18n.HistoricChronology.Years
 
readResolve() - Method in class javax.time.i18n.HistoricDate.Rule
 
readResolve() - Method in class javax.time.i18n.JulianChronology.Months
 
readResolve() - Method in class javax.time.i18n.JulianChronology
Resolves singleton.
readResolve() - Method in class javax.time.i18n.JulianChronology.Years
 
readResolve() - Method in class javax.time.Instant
Resolves singletons.
readResolve() - Method in class javax.time.SystemUTCRules
Resolves singleton.
readResolve() - Method in class javax.time.TimeSource.SystemTimeSource
Resolve singletons.
ReducedPrinterParser - Class in javax.time.calendar.format
Prints and parses a reduced numeric date-time field.
ReducedPrinterParser(DateTimeFieldRule<?>, int, int) - Constructor for class javax.time.calendar.format.ReducedPrinterParser
Constructor.
regionArray - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
Region IDs.
regionID - Variable in class javax.time.calendar.TimeZone.ID
The time-zone region ID, not null.
regions - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
All the regions in the provider.
registerLeapSecond(long, int) - Method in class javax.time.SystemUTCRules
Adds a new leap second to these rules.
registerProvider(ZoneRulesDataProvider) - Static method in class javax.time.calendar.zone.ZoneRulesGroup
Registers a zone rules provider with this group.
registerProvider0(ZoneRulesDataProvider) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Registers a zone rules provider with this group.
registerSystemLeapSecond(long, int) - Static method in class javax.time.UTCRules
Adds a new leap second to the system default leap second rules.
reified - Variable in class javax.time.calendar.CalendricalRule
The reified class for the generic type.
reify(Object) - Method in class javax.time.calendar.CalendricalRule
Returns the input value cast to the correct generic type.
relative - Variable in class javax.time.calendar.DateAdjusters.RelativeDayOfWeek
Whether the current date is a valid answer.
RelativeDayOfWeek(int, DayOfWeek) - Constructor for class javax.time.calendar.DateAdjusters.RelativeDayOfWeek
 
remainder(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the amount as the remainder following division by the specified divisor.
remainder(PeriodField) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the modular division remainder of each field calculated with respect to the specified period.
removeDerivable() - Method in class javax.time.calendar.CalendricalMerger
Removes any field from the processing map that can be derived from another field.
removeProcessed(CalendricalRule<?>) - Method in class javax.time.calendar.CalendricalMerger
Removes a rule and its value from the map being processed.
resolve(LocalDateTime, ZonedDateTime, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime.
resolve(TimeZone, LocalDateTime, ZonedDateTime) - Method in class javax.time.calendar.ZoneResolver
Resolves the new local date-time to an offset date-time using the zone.
resolveDate(int, int, int) - Method in class javax.time.calendar.CalendricalContext
Resolves the year, month and day-of-month to a date using ISO chronology rules.
resolveDate(int, MonthOfYear, int) - Method in interface javax.time.calendar.DateResolver
Resolves the combination of year, month and day into a date.
resolveDate(int, MonthOfYear, int) - Method in class javax.time.calendar.DateResolvers.NextValid
Resolves the combination of year, month and day into a date.
resolveDate(int, MonthOfYear, int) - Method in class javax.time.calendar.DateResolvers.PartLenient
Resolves the combination of year, month and day into a date.
resolveDate(int, MonthOfYear, int) - Method in class javax.time.calendar.DateResolvers.PreviousValid
Resolves the combination of year, month and day into a date.
resolveDate(int, MonthOfYear, int) - Method in class javax.time.calendar.DateResolvers.Strict
Resolves the combination of year, month and day into a date.
resolveDate(DateResolver, int, MonthOfYear, int) - Method in class javax.time.calendar.LocalDate
Resolves the date, handling incorrectly implemented resolvers.
ResourceZoneRulesDataProvider - Class in javax.time.calendar.zone
Loads time-zone rules stored in a file accessed via class loader.
ResourceZoneRulesDataProvider(URL) - Constructor for class javax.time.calendar.zone.ResourceZoneRulesDataProvider
Loads the rules from a URL, often in a jar file.
ResourceZoneRulesDataProvider.ResourceZoneRulesVersion - Class in javax.time.calendar.zone
Version of the rules.
ResourceZoneRulesVersion(ResourceZoneRulesDataProvider, String, String[], short[]) - Constructor for class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
Constructor.
retain(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified units retained.
retainConvertible(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with only those units that can be converted to the specified units.
retainOffset() - Static method in class javax.time.calendar.ZoneResolvers
Returns the retain offset resolver, which returns the instant after the transition for gaps, and the same offset for overlaps.
RetainOffset() - Constructor for class javax.time.calendar.ZoneResolvers.RetainOffset
 
rethrowIOException() - Method in exception javax.time.calendar.format.CalendricalPrintException
Checks if the cause of this exception was an IOException, and if so re-throws it
RFC_1123_DATE_TIME - Static variable in class javax.time.calendar.format.DateTimeFormatters
Singleton date formatter.
rfc1123() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the RFC-1123 date-time formatter.
roll(int) - Method in enum javax.time.calendar.DayOfWeek
Rolls the day-of-week, adding the specified number of days.
roll(int) - Method in enum javax.time.calendar.MonthOfYear
Rolls the month-of-year, adding the specified number of months.
roll(int) - Method in enum javax.time.calendar.QuarterOfYear
Rolls the quarter-of-year, adding the specified number of quarters.
rollDayOfMonth(int) - Method in class javax.time.calendar.MonthDay
Rolls the day-of-month, adding the specified number of days to a copy of this MonthDay.
rollMonthOfYear(int) - Method in class javax.time.calendar.MonthDay
Rolls the month-of-year, adding the specified number of months to a copy of this MonthDay.
rollMonthOfYear(int) - Method in class javax.time.calendar.YearMonth
Rolls the month-of-year, adding the specified number of months to a copy of this YearMonth.
rule - Variable in exception javax.time.calendar.CalendricalRuleException
The rule that caused the exception.
rule - Variable in exception javax.time.calendar.format.CalendricalPrintFieldException
The rule that caused the exception.
rule - Variable in class javax.time.calendar.format.FractionPrinterParser
The rule to output, not null.
rule - Variable in class javax.time.calendar.format.NumberPrinterParser
The rule to output, not null.
rule - Variable in class javax.time.calendar.format.TextPrinterParser
The rule to output, not null.
rule() - Static method in class javax.time.calendar.Chronology
Gets the rule for Chronology.
rule() - Static method in class javax.time.calendar.LocalDate
Gets the rule for LocalDate.
rule() - Static method in class javax.time.calendar.LocalDateTime
Gets the rule for LocalDateTime.
rule() - Static method in class javax.time.calendar.LocalTime
Gets the rule for LocalTime.
rule() - Static method in class javax.time.calendar.MonthDay
Gets the rule for the month-day.
rule() - Static method in class javax.time.calendar.OffsetDate
Gets the rule for OffsetDate.
rule() - Static method in class javax.time.calendar.OffsetDateTime
Gets the rule for OffsetDateTime.
rule() - Static method in class javax.time.calendar.OffsetTime
Gets the rule for OffsetTime.
rule() - Static method in class javax.time.calendar.TimeZone
Gets the rule for TimeZone.
rule() - Static method in class javax.time.calendar.Year
Gets the rule that defines how the year field operates.
rule() - Static method in class javax.time.calendar.YearMonth
Gets the rule for the year-month.
rule() - Static method in class javax.time.calendar.ZonedDateTime
Gets the rule for ZonedDateTime.
rule() - Static method in class javax.time.calendar.ZoneOffset
Gets the rule for the zone-offset.
rule() - Static method in class javax.time.i18n.CopticDate
Gets the rule for CopticDate.
rule() - Static method in class javax.time.i18n.HistoricDate
Gets the field rule for HistoricDate.
Rule() - Constructor for class javax.time.calendar.Chronology.Rule
 
Rule() - Constructor for class javax.time.calendar.LocalDate.Rule
 
Rule() - Constructor for class javax.time.calendar.LocalDateTime.Rule
 
Rule() - Constructor for class javax.time.calendar.LocalTime.Rule
 
Rule() - Constructor for class javax.time.calendar.MonthDay.Rule
 
Rule() - Constructor for class javax.time.calendar.OffsetDate.Rule
 
Rule() - Constructor for class javax.time.calendar.OffsetDateTime.Rule
 
Rule() - Constructor for class javax.time.calendar.OffsetTime.Rule
 
Rule() - Constructor for class javax.time.calendar.TimeZone.Rule
 
Rule() - Constructor for class javax.time.calendar.YearMonth.Rule
 
Rule() - Constructor for class javax.time.calendar.ZonedDateTime.Rule
 
Rule() - Constructor for class javax.time.calendar.ZoneOffset.Rule
 
Rule() - Constructor for class javax.time.i18n.CopticDate.Rule
 
Rule() - Constructor for class javax.time.i18n.HistoricDate.Rule
 
Rule(int, String, PeriodUnit, PeriodUnit, int, int, int) - Constructor for class javax.time.calendar.ISOChronology.Rule
 
RULE_CACHE - Static variable in class javax.time.calendar.ISOChronology
Cache of units for deserialization.
RULE_MAP - Static variable in class javax.time.calendar.format.DateTimeFormatterBuilder
Map of letters to rules.
ruleIndices - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
Region IDs.
ruleList - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
The rules for the current window.
rules - Variable in class javax.time.calendar.TimeZone.Fixed
The zone rules.
rules - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
The rules.
rules - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
The TZDB rules.
rules - Variable in class javax.time.UTCInstant
The leap second rules.

S

safeAdd(int, int) - Static method in class javax.time.MathUtils
Safely adds two int values.
safeAdd(long, long) - Static method in class javax.time.MathUtils
Safely adds two long values.
safeCompare(int, int) - Static method in class javax.time.MathUtils
Safely compare one int with another.
safeCompare(long, long) - Static method in class javax.time.MathUtils
Safely compare one long with another.
safeDecrement(int) - Static method in class javax.time.MathUtils
Safely decrements an int.
safeDecrement(long) - Static method in class javax.time.MathUtils
Safely decrements a long.
safeIncrement(int) - Static method in class javax.time.MathUtils
Safely increments an int.
safeIncrement(long) - Static method in class javax.time.MathUtils
Safely increments a long.
safeMultiply(int, int) - Static method in class javax.time.MathUtils
Safely multiply one int by another.
safeMultiply(long, int) - Static method in class javax.time.MathUtils
Safely multiply a long by an int.
safeMultiply(long, long) - Static method in class javax.time.MathUtils
Multiply two values throwing an exception if overflow occurs.
safeNegate(int) - Static method in class javax.time.MathUtils
Negates the input value, throwing an exception if an overflow occurs.
safeNegate(long) - Static method in class javax.time.MathUtils
Negates the input value, throwing an exception if an overflow occurs.
safeSubtract(int, int) - Static method in class javax.time.MathUtils
Safely subtracts one int from another.
safeSubtract(long, long) - Static method in class javax.time.MathUtils
Safely subtracts one long from another.
safeToInt(long) - Static method in class javax.time.MathUtils
Safely convert a long to an int.
SATURDAY - javax.time.calendar.DayOfWeek
The singleton instance for the day-of-week of Saturday.
savingAmount - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
The amount of the saving to be applied after this point.
savingsAmount - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
The amount of savings.
savingsInstantTransitions - Variable in class javax.time.calendar.zone.StandardZoneRules
The transitions between instants (epoch seconds), sorted.
savingsLocalTransitions - Variable in class javax.time.calendar.zone.StandardZoneRules
The transitions between local date-times, sorted.
savingsRule - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
The savings rule.
second - Variable in class javax.time.calendar.LocalTime
The second.
SECOND_OF_DAY - Static variable in class javax.time.calendar.ISOChronology
 
SECOND_OF_DAY_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
SECOND_OF_MINUTE - Static variable in class javax.time.calendar.ISOChronology
 
SECOND_OF_MINUTE_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
secondOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the second-of-day field.
secondOfMinuteRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the second-of-minute field.
seconds - Variable in class javax.time.calendar.Period
The number of seconds.
seconds - Variable in class javax.time.calendar.PeriodParser.ParseValues
The number of seconds.
seconds - Variable in class javax.time.Duration
The number of seconds in the duration.
seconds - Variable in class javax.time.Instant
The number of seconds from the epoch of 1970-01-01T00:00:00Z.
seconds - Variable in class javax.time.TAIInstant
The number of seconds from the epoch of 1958-01-01T00:00:00(TAI).
SECONDS - Static variable in class javax.time.calendar.ISOChronology
Period unit for seconds.
SECONDS_CACHE - Static variable in class javax.time.calendar.ZoneOffset
Cache of time-zone offset by offset in seconds.
SECONDS_PER_DAY - Static variable in class javax.time.calendar.ISOChronology
The number of seconds in one day.
SECONDS_PER_DAY - Static variable in class javax.time.calendar.LocalTime
Seconds per day.
SECONDS_PER_HOUR - Static variable in class javax.time.calendar.LocalTime
Seconds per hour.
SECONDS_PER_HOUR - Static variable in class javax.time.calendar.ZoneOffset
The number of seconds per hour.
SECONDS_PER_MINUTE - Static variable in class javax.time.calendar.LocalTime
Seconds per minute.
SECONDS_PER_MINUTE - Static variable in class javax.time.calendar.ZoneOffset
The number of seconds per minute.
SECS_PER_DAY - Static variable in class javax.time.UTCInstant
Constant for seconds per day.
SECS_PER_DAY - Static variable in class javax.time.UTCRules
Constant for number of seconds per standard day: 86,400.
SENSITIVE - javax.time.calendar.format.CaseSensitivePrinterParser
Case sensitive parsing.
SEPTEMBER - javax.time.calendar.MonthOfYear
The singleton instance for the month of September with 30 days.
Ser - Class in javax.time.calendar.zone
The shared serialization delegate for this package.
Ser() - Constructor for class javax.time.calendar.zone.Ser
Constructor for serialization.
Ser(byte, Object) - Constructor for class javax.time.calendar.zone.Ser
Constructor.
serialVersionUID - Static variable in exception javax.time.calendar.CalendarConversionException
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.CalendricalContext
Serialization version.
serialVersionUID - Static variable in class javax.time.calendar.CalendricalMatchers.DayOfWeekInMonth
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.CalendricalRule
A serialization identifier for this class.
serialVersionUID - Static variable in exception javax.time.calendar.CalendricalRuleException
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.Chronology.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.Clock.TimeSourceClock
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateAdjusters.DayOfWeekInMonth
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateAdjusters.RelativeDayOfWeek
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateResolvers.NextValid
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateResolvers.PartLenient
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateResolvers.PreviousValid
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateResolvers.Strict
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateTimeFieldRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.DateTimeFields
Serialization version.
serialVersionUID - Static variable in exception javax.time.calendar.format.CalendricalParseException
A serialization identifier for this class.
serialVersionUID - Static variable in exception javax.time.calendar.format.CalendricalPrintException
A serialization identifier for this class.
serialVersionUID - Static variable in exception javax.time.calendar.format.CalendricalPrintFieldException
A serialization identifier for this class.
serialVersionUID - Static variable in exception javax.time.calendar.IllegalCalendarFieldValueException
A serialization identifier for this class.
serialVersionUID - Static variable in exception javax.time.calendar.InvalidCalendarFieldException
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.AmPmOfDayRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.DayOfWeekRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.EpochDaysRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.MonthOfYearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.NanoOfDayRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.QuarterOfYearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ISOChronology.Unit
 
serialVersionUID - Static variable in class javax.time.calendar.LocalDate.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.LocalDate
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.LocalDateTime.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.LocalDateTime
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.LocalTime.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.LocalTime
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.MonthDay.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.MonthDay
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.OffsetDate.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.OffsetDate
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.OffsetDateTime.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.OffsetDateTime
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.OffsetTime.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.OffsetTime
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.Period
The serialization version.
serialVersionUID - Static variable in class javax.time.calendar.PeriodField
The serialization version.
serialVersionUID - Static variable in class javax.time.calendar.PeriodFields
The serialization version.
serialVersionUID - Static variable in class javax.time.calendar.PeriodUnit
The serialization version.
serialVersionUID - Static variable in class javax.time.calendar.TimeZone.Fixed
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.TimeZone.ID
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.TimeZone.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.TimeZone
A serialization identifier for this class.
serialVersionUID - Static variable in exception javax.time.calendar.UnsupportedRuleException
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.Year
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.YearMonth.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.YearMonth
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.zone.FixedZoneRules
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.zone.StandardZoneRules
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.zone.ZoneOffsetTransition
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.zone.ZoneRulesBuilder
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ZonedDateTime.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.ZonedDateTime
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.calendar.ZoneOffset.Rule
 
serialVersionUID - Static variable in class javax.time.calendar.ZoneOffset
A serialization identifier for this class.
serialVersionUID - Static variable in exception javax.time.CalendricalException
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.Duration
Serialization version.
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology.DayOfMonthRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology.DayOfWeekRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology.DayOfYearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology.MonthOfYearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology.Months
 
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology.YearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.CopticChronology.Years
 
serialVersionUID - Static variable in class javax.time.i18n.CopticDate.Rule
 
serialVersionUID - Static variable in class javax.time.i18n.CopticDate
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.DayOfMonthRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.DayOfWeekRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.DayOfYearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.EraRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.MonthOfYearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.Months
 
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.YearRule
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.HistoricChronology.Years
 
serialVersionUID - Static variable in class javax.time.i18n.HistoricDate.Rule
 
serialVersionUID - Static variable in class javax.time.i18n.HistoricDate
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.i18n.JulianChronology.Months
 
serialVersionUID - Static variable in class javax.time.i18n.JulianChronology
The serialization version.
serialVersionUID - Static variable in class javax.time.i18n.JulianChronology.Years
 
serialVersionUID - Static variable in class javax.time.Instant
Serialization version.
serialVersionUID - Static variable in class javax.time.SystemUTCRules.Data
Serialization version.
serialVersionUID - Static variable in class javax.time.SystemUTCRules
Serialization version.
serialVersionUID - Static variable in class javax.time.TAIInstant
Serialization version id.
serialVersionUID - Static variable in class javax.time.TimeSource.FixedTimeSource
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.TimeSource.OffsetSystemTimeSource
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.TimeSource.SystemTimeSource
A serialization identifier for this class.
serialVersionUID - Static variable in class javax.time.UTCInstant
Serialization version id.
setCaseSensitive(boolean) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets whether the parsing is case sensitive or not.
setContext(CalendricalContext) - Method in class javax.time.calendar.CalendricalMerger
Sets the calendrical context to use for the merge.
setDeduplicateMap(Map<Object, Object>) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Sets the deduplication map.
setFixedSavings(Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Sets the fixed savings amount for the window.
setFixedSavingsToWindow(Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Sets the previously added window to have fixed savings.
setParsed(CalendricalRule<?>, Object) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets the parsed value associated with the specified rule.
setParsed(DateTimeFieldRule<?>, int) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets the parsed value associated with the specified rule.
setStrict(boolean) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets whether parsing is strict or lenient.
setValue(DateTimeParseContext, long) - Method in class javax.time.calendar.format.NumberPrinterParser
Stores the value.
setValue(DateTimeParseContext, long) - Method in class javax.time.calendar.format.ReducedPrinterParser
 
SHORT - javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Short text style, typically numeric.
SHORT - javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Short text, typically an abbreviation.
shortDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format of short length.
shortDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format of short length.
shortTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format of short length.
signStyle - Variable in class javax.time.calendar.format.NumberPrinterParser
The positive/negative sign style, not null.
SignStyle() - Constructor for enum javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
 
size() - Method in class javax.time.calendar.DateTimeFields
Returns the size of the map of fields to values.
size() - Method in class javax.time.calendar.PeriodFields
Returns the size of the set of units in this period.
smallestMaximum - Variable in class javax.time.calendar.ISOChronology.Rule
 
sourceFiles - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
The source files.
STANDARD - javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
The local date-time is expressed in terms of the standard offset.
STANDARD_CUTOVER - Static variable in class javax.time.i18n.HistoricDate
The standard cutover date between the Julian and Gregorian calendar system of 1582-10-15.
STANDARD_MONTH_START - Static variable in class javax.time.i18n.HistoricChronology
The start of months in a standard year.
standardCutover() - Static method in class javax.time.i18n.HistoricChronology
Obtains an instance of HistoricChronology using the standard cutover date of 1582-10-15.
standardOffset - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
The standard offset.
standardOffset - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The standard offset at the cutover.
standardOffset - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
The standard offset during the window, not null.
standardOffsets - Variable in class javax.time.calendar.zone.StandardZoneRules
The standard offsets.
standardTransitions - Variable in class javax.time.calendar.zone.StandardZoneRules
The transitions between standard offsets (epoch seconds), sorted.
StandardZoneRules - Class in javax.time.calendar.zone
The rules describing how the zone offset varies through the year and historically.
StandardZoneRules(long[], ZoneOffset[], long[], ZoneOffset[], ZoneOffsetTransitionRule[]) - Constructor for class javax.time.calendar.zone.StandardZoneRules
Constructor.
StandardZoneRules(ZoneOffset, ZoneOffset, List<OffsetDateTime>, List<ZoneOffsetTransition>, List<ZoneOffsetTransitionRule>) - Constructor for class javax.time.calendar.zone.StandardZoneRules
Constructor.
startOptional() - Method in class javax.time.calendar.format.DateTimeParseContext
Starts the parsing of an optional segment of the input.
startYear - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
The start year.
storeMerged(CalendricalRule<T>, T) - Method in class javax.time.calendar.CalendricalMerger
Stores a rule-value pair into this map ensuring that it does not clash with any previous value defined for that rule.
strict - Variable in class javax.time.calendar.CalendricalContext
Whether to use strict rules.
strict - Variable in class javax.time.calendar.format.DateTimeParseContext
Whether to parse using strict rules.
strict() - Static method in class javax.time.calendar.DateResolvers
Returns the strict resolver which does not manipulate the state in any way, resulting in an exception for all invalid values.
strict() - Static method in class javax.time.calendar.ZoneResolvers
Returns the strict zone resolver which rejects all gaps and overlaps as invalid, resulting in an exception.
Strict() - Constructor for class javax.time.calendar.DateResolvers.Strict
 
Strict() - Constructor for class javax.time.calendar.ZoneResolvers.Strict
 
STRICT - javax.time.calendar.format.StrictLenientPrinterParser
Strict parsing.
StrictLenientPrinterParser - Enum in javax.time.calendar.format
Enumeration printer/parser to set the strict/lenient parse style.
StrictLenientPrinterParser() - Constructor for enum javax.time.calendar.format.StrictLenientPrinterParser
 
string - Variable in class javax.time.calendar.Period
The cached toString value.
StringLiteralPrinterParser - Class in javax.time.calendar.format
Prints or parses a string literal.
StringLiteralPrinterParser(String) - Constructor for class javax.time.calendar.format.StringLiteralPrinterParser
Constructor.
subsequentWidth - Variable in class javax.time.calendar.format.NumberPrinterParser
The subsequent width of fixed width non-negative number fields, 0 or greater.
substringMap - Variable in class javax.time.calendar.format.ZonePrinterParser.SubstringTree
Map of a substring to a set of substrings that contain the key.
SubstringTree(int) - Constructor for class javax.time.calendar.format.ZonePrinterParser.SubstringTree
Constructor.
SUNDAY - javax.time.calendar.DayOfWeek
The singleton instance for the day-of-week of Sunday.
symbols - Variable in class javax.time.calendar.format.DateTimeFormatter
The symbols to use for formatting, not null.
symbols - Variable in class javax.time.calendar.format.DateTimeParseContext
The date time format symbols, not null.
system() - Static method in class javax.time.TimeSource
Gets a time-source that obtains the current instant using the system millisecond clock.
system() - Static method in class javax.time.UTCRules
Gets the system default leap second rules.
system(TimeZone) - Static method in class javax.time.calendar.Clock
Gets a clock that obtains the current date and time using the system millisecond clock and the specified time-zone.
systemDefaultZone() - Static method in class javax.time.calendar.Clock
Gets a clock that obtains the current date and time using the system millisecond clock and the default time-zone.
SystemTimeSource() - Constructor for class javax.time.TimeSource.SystemTimeSource
Restricted constructor.
SystemUTCRules - Class in javax.time
System default UTC rules.
SystemUTCRules() - Constructor for class javax.time.SystemUTCRules
Restricted constructor.
SystemUTCRules.Data - Class in javax.time
Data holder.
SZR - Static variable in class javax.time.calendar.zone.Ser
Type for StandardZoneRules.

T

tai(long, int) - Static method in class javax.time.SystemUTCRules
Gets the TAI seconds for the start of the day following the day passed in.
taiInstant() - Method in class javax.time.TimeSource
Gets the current TAIInstant.
TAIInstant - Class in javax.time
An instantaneous point on the time-line measured in the TAI time-scale.
TAIInstant(long, int) - Constructor for class javax.time.TAIInstant
Constructs an instance.
taiSeconds - Variable in class javax.time.SystemUTCRules.Data
The table of TAI second when the new offset starts.
text - Variable in class javax.time.calendar.PeriodParser.ParseValues
Original text.
text - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
The text name of the zone.
text - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
The text name of the zone.
TextPrinterParser - Class in javax.time.calendar.format
Prints or parses field text.
TextPrinterParser(DateTimeFieldRule<?>, DateTimeFormatterBuilder.TextStyle) - Constructor for class javax.time.calendar.format.TextPrinterParser
Constructor.
TextStore(Locale, Map<Integer, String>) - Constructor for class javax.time.calendar.DateTimeFieldRule.TextStore
Constructor.
textStores - Variable in class javax.time.calendar.DateTimeFieldRule
The cached text for this rule.
textStyle - Variable in class javax.time.calendar.format.TextPrinterParser
The text style, not null.
textStyle - Variable in class javax.time.calendar.format.ZonePrinterParser
The text style to output, null means the id.
TextStyle() - Constructor for enum javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
 
textValueMap - Variable in class javax.time.calendar.DateTimeFieldRule.TextStore
Map of case sensitive text to value.
THURSDAY - javax.time.calendar.DayOfWeek
The singleton instance for the day-of-week of Thursday.
tidy(int) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Adds rules to make the last rules all start from the same year.
time - Variable in class javax.time.calendar.LocalDateTime
The time part.
time - Variable in class javax.time.calendar.LocalTime.Overflow
The time after the addition.
time - Variable in class javax.time.calendar.OffsetTime
The local time, never null.
time - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
The time of the cutover.
time - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The cutover time in the 'before' offset.
time - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
The local time.
time() - Method in class javax.time.calendar.Clock
Gets the current time with maximum resolution of up to nanoseconds.
time(DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format.
TIME_PARSER - Static variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Time parser.
TimeAdjuster - Interface in javax.time.calendar
Strategy for adjusting a time.
timeDefinition - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
The time of the cutover.
timeDefinition - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
The definition of how the local time should be interpreted.
timeDefinition - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
The type of the time.
timeDefinition - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
The type of the end time, not null.
TimeDefinition() - Constructor for enum javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
 
timeEndOfDay - Variable in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Whether the cutover time is midnight at the end of day.
timeEndOfDay - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
Whether the local time is end of day.
TimeProvider - Interface in javax.time.calendar
Provides access to a time in the ISO-8601 calendar system.
timeSource - Variable in class javax.time.calendar.Clock.TimeSourceClock
The time-source being used.
TimeSource - Class in javax.time
A source providing access to the current instant.
TimeSource() - Constructor for class javax.time.TimeSource
Constructor accessible by subclasses.
TimeSource.FixedTimeSource - Class in javax.time
Implementation of a time-source that always returns the same instant.
TimeSource.OffsetSystemTimeSource - Class in javax.time
Implementation of a time-source that returns the latest time from System.currentTimeMillis() plus an offset.
TimeSource.SystemTimeSource - Class in javax.time
Implementation of a time-source that always returns the latest time from System.currentTimeMillis().
TimeSourceClock(TimeSource, TimeZone) - Constructor for class javax.time.calendar.Clock.TimeSourceClock
Restricted constructor.
timeStyle - Variable in class javax.time.calendar.format.LocalizedPrinterParser
The time style for the pattern, may be null.
timeToMinute() - Method in class javax.time.calendar.Clock
Gets the current time with a resolution of minutes.
timeToSecond() - Method in class javax.time.calendar.Clock
Gets the current time with a resolution of seconds.
TimeZone - Class in javax.time.calendar
A time-zone representing the set of rules by which the zone offset varies through the year and historically.
TimeZone() - Constructor for class javax.time.calendar.TimeZone
Constructor only accessible within the package.
TimeZone.Fixed - Class in javax.time.calendar
Fixed time-zone.
TimeZone.ID - Class in javax.time.calendar
ID based time-zone.
TimeZone.Rule - Class in javax.time.calendar
Rule implementation.
toCalendricalMerger() - Method in class javax.time.calendar.format.DateTimeParseContext
Returns a CalendricalMerger that can be used to interpret the results of the parse.
toDateTime(int) - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
 
today() - Method in class javax.time.calendar.Clock
Gets today's date.
toDuration() - Method in class javax.time.calendar.Period
Calculates the accurate duration of this period.
toDuration() - Method in class javax.time.calendar.PeriodField
Calculates the accurate duration of this period.
toDuration() - Method in class javax.time.calendar.PeriodFields
Calculates the accurate duration of this period.
toDurationWith24HourDays() - Method in class javax.time.calendar.Period
Calculates the accurate duration of this period.
toEpochDays() - Method in class javax.time.calendar.LocalDate
Converts this LocalDate to Epoch Days.
toEpochMillisLong() - Method in class javax.time.Instant
Converts this instant to the number of milliseconds from the epoch of 1970-01-01T00:00:00Z.
toEpochNanos() - Method in class javax.time.calendar.OffsetTime
Converts this time to epoch nanos based on 1970-01-01Z.
toEpochNanos() - Method in class javax.time.Instant
Converts this instant to the number of nanoseconds from the epoch of 1970-01-01T00:00:00Z expressed as a BigInteger.
toEpochSeconds() - Method in class javax.time.calendar.OffsetDate
Converts this date to midnight at the start of day in epoch seconds.
toEpochSeconds() - Method in class javax.time.calendar.OffsetDateTime
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
toEpochSeconds() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
toEpochSeconds() - Method in class javax.time.Instant
Converts this instant to the number of seconds from the epoch of 1970-01-01T00:00:00Z expressed as a BigDecimal.
toEquivalent(PeriodUnit) - Method in class javax.time.calendar.PeriodField
Converts this period to an equivalent in the specified unit.
toEquivalent(PeriodUnit...) - Method in class javax.time.calendar.PeriodField
Converts this period to an equivalent in one of the units specified.
toEquivalent(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
Converts this period to one containing only the units specified.
toEstimatedDuration() - Method in class javax.time.calendar.Period
Estimates the duration of this period.
toEstimatedDuration() - Method in class javax.time.calendar.PeriodField
Estimates the duration of this period.
toEstimatedDuration() - Method in class javax.time.calendar.PeriodFields
Estimates the duration of this period.
toFieldValueMap() - Method in class javax.time.calendar.DateTimeFields
Converts this object to a map of fields to values.
toFormat() - Method in class javax.time.calendar.format.DateTimeFormatter
Returns this formatter as a java.text.Format instance.
toFormatter() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Completes this builder by creating the DateTimeFormatter using the default locale.
toFormatter(Locale) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
Completes this builder by creating the DateTimeFormatter using the specified locale.
toInstant() - Method in class javax.time.calendar.OffsetDate
Converts this date to an Instant at midnight.
toInstant() - Method in class javax.time.calendar.OffsetDateTime
Converts this date-time to an Instant.
toInstant() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to an Instant.
toInstant() - Method in class javax.time.Instant
Converts this instant to an Instant, trivially returning this.
toInstant() - Method in interface javax.time.InstantProvider
Returns an instance of Instant initialized from the state of this object.
toInstant() - Method in class javax.time.TAIInstant
Converts this instant to an Instant using the system default leap second rules.
toInstant() - Method in class javax.time.UTCInstant
Converts this instant to an Instant using the system default leap second rules.
TOKEN_SEQUENCE - Static variable in class javax.time.calendar.PeriodParser
Used to validate the correct sequence of tokens.
toLocalDate() - Method in interface javax.time.calendar.DateProvider
Returns an instance of LocalDate initialized from the state of this object.
toLocalDate() - Method in class javax.time.calendar.LocalDate
Converts this date to a LocalDate, trivially returning this.
toLocalDate() - Method in class javax.time.calendar.LocalDateTime
Converts this date-time to a LocalDate.
toLocalDate() - Method in class javax.time.calendar.OffsetDate
Converts this date to a LocalDate.
toLocalDate() - Method in class javax.time.calendar.OffsetDateTime
Converts this date-time to a LocalDate.
toLocalDate() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to a LocalDate.
toLocalDate() - Method in class javax.time.i18n.CopticDate
Converts this date to a LocalDate, which is the default representation of a date, and provides values in the ISO-8601 calendar system.
toLocalDate() - Method in class javax.time.i18n.HistoricDate
Converts this date to an ISO-8601 calendar system LocalDate.
toLocalDateTime() - Method in interface javax.time.calendar.DateTimeProvider
Returns an instance of LocalDateTime initialized from the state of this object.
toLocalDateTime() - Method in class javax.time.calendar.LocalDateTime
Converts this date-time to a LocalDateTime, trivially returning this.
toLocalDateTime() - Method in class javax.time.calendar.OffsetDateTime
Converts this date-time to a LocalDateTime.
toLocalDateTime() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to a LocalDateTime.
toLocalDateTime(LocalDate) - Method in class javax.time.calendar.LocalTime.Overflow
Creates a LocalDateTime from the specified date and this instance.
toLocalTime() - Method in class javax.time.calendar.LocalDateTime
Converts this date-time to a LocalTime.
toLocalTime() - Method in class javax.time.calendar.LocalTime
Converts this time to a LocalTime, trivially returning this.
toLocalTime() - Method in class javax.time.calendar.OffsetDateTime
Converts this date-time to a LocalTime.
toLocalTime() - Method in class javax.time.calendar.OffsetTime
Converts this time to a LocalTime.
toLocalTime() - Method in interface javax.time.calendar.TimeProvider
Returns an instance of LocalTime initialized from the state of this object.
toLocalTime() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to a LocalTime.
toMap() - Method in class javax.time.calendar.PeriodFields
Returns a Map equivalent to this period.
toMillisLong() - Method in class javax.time.Duration
Converts this duration to the total length in milliseconds.
toModifiedJulianDays() - Method in class javax.time.calendar.LocalDate
Converts this LocalDate to Modified Julian Days (MJD).
tomorrow() - Method in class javax.time.calendar.Clock
Gets tomorrow's date.
toNanoOfDay() - Method in class javax.time.calendar.LocalTime
Extracts the time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.
toNanos() - Method in class javax.time.Duration
Converts this duration to the total length in nanoseconds expressed as a BigInteger.
toNanosLong() - Method in class javax.time.Duration
Converts this duration to the total length in nanoseconds expressed as a long.
toOffsetDate() - Method in class javax.time.calendar.OffsetDateTime
Converts this date-time to an OffsetDate.
toOffsetDate() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to a OffsetDate.
toOffsetDateTime() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to a OffsetDateTime.
toOffsetTime() - Method in class javax.time.calendar.OffsetDateTime
Converts this date-time to an OffsetTime.
toOffsetTime() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to a OffsetTime.
toOverflow(long) - Method in class javax.time.calendar.LocalTime
Returns this time wrapped as an days-overflow.
toPeriod() - Method in class javax.time.calendar.PeriodParser.ParseValues
 
toPeriod() - Method in class javax.time.calendar.ZoneOffset
Converts this offset to a period.
toPeriodFields() - Method in class javax.time.calendar.Period
Converts this period to a PeriodFields.
toPeriodFields() - Method in class javax.time.calendar.PeriodField
Converts this period to a PeriodFields.
toPeriodFields() - Method in class javax.time.calendar.PeriodFields
Converts this period to a PeriodFields, trivially returning this.
toPeriodFields() - Method in interface javax.time.calendar.PeriodProvider
Returns an instance of PeriodFields initialized from the state of this object.
toPrinterParser(boolean) - Method in class javax.time.calendar.format.DateTimeFormatter
Returns the formatter as a composite printer parser.
toRules(String) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Completes the build converting the builder to a set of time-zone rules.
toRules(String, Map<Object, Object>) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Completes the build converting the builder to a set of time-zone rules.
toSecondOfDay() - Method in class javax.time.calendar.LocalTime
Extracts the time as seconds of day, from 0 to 24 * 60 * 60 - 1.
toSeconds() - Method in class javax.time.Duration
Converts this duration to the total length in seconds and fractional nanoseconds expressed as a BigDecimal.
toString() - Method in class javax.time.calendar.CalendricalMerger
toString() - Method in class javax.time.calendar.CalendricalRule
Returns a string representation of the rule.
toString() - Method in class javax.time.calendar.Chronology
Returns a textual description of the chronology.
toString() - Method in class javax.time.calendar.Clock.TimeSourceClock
toString() - Method in class javax.time.calendar.DateTimeFields
Outputs the fields as a String.
toString() - Method in enum javax.time.calendar.format.CaseSensitivePrinterParser
toString() - Method in class javax.time.calendar.format.CharLiteralPrinterParser
toString() - Method in class javax.time.calendar.format.CompositePrinterParser
toString() - Method in class javax.time.calendar.format.DateTimeFormatter
Returns a description of the underlying formatters.
toString() - Method in class javax.time.calendar.format.DateTimeParseContext.Parsed
 
toString() - Method in class javax.time.calendar.format.DateTimeParseContext
Returns a string version of the context for debugging.
toString() - Method in class javax.time.calendar.format.FractionPrinterParser
toString() - Method in class javax.time.calendar.format.LocalizedPrinterParser
toString() - Method in class javax.time.calendar.format.NumberPrinterParser
toString() - Method in class javax.time.calendar.format.PadPrinterParserDecorator
toString() - Method in class javax.time.calendar.format.ReducedPrinterParser
toString() - Method in enum javax.time.calendar.format.StrictLenientPrinterParser
toString() - Method in class javax.time.calendar.format.StringLiteralPrinterParser
toString() - Method in class javax.time.calendar.format.TextPrinterParser
toString() - Method in class javax.time.calendar.format.ZoneOffsetPrinterParser
toString() - Method in class javax.time.calendar.format.ZonePrinterParser
toString() - Method in class javax.time.calendar.LocalDate
Outputs this date as a String, such as 2007-12-03.
toString() - Method in class javax.time.calendar.LocalDateTime
Outputs this date-time as a String, such as 2007-12-03T10:15:30.
toString() - Method in class javax.time.calendar.LocalTime.Overflow
Returns a string description of this instance.
toString() - Method in class javax.time.calendar.LocalTime
Outputs this time as a String, such as 10:15.
toString() - Method in class javax.time.calendar.MonthDay
Outputs this month-day as a String, such as --12-03.
toString() - Method in class javax.time.calendar.OffsetDate
Outputs this date as a String, such as 2007-12-03+01:00.
toString() - Method in class javax.time.calendar.OffsetDateTime
Outputs this date-time as a String, such as 2007-12-03T10:15:30+01:00.
toString() - Method in class javax.time.calendar.OffsetTime
Outputs this time as a String, such as 10:15:30+01:00.
toString() - Method in class javax.time.calendar.Period
Returns a string representation of the amount of time.
toString() - Method in class javax.time.calendar.PeriodField
Returns a string representation of this period, such as '6 Days'.
toString() - Method in class javax.time.calendar.PeriodFields
Returns a string representation of the period, such as '[6 Days, 13 Hours]'.
toString() - Method in class javax.time.calendar.PeriodUnit
Returns a string representation of the unit.
toString() - Method in class javax.time.calendar.TimeZone
Returns a string representation of the time-zone.
toString() - Method in class javax.time.calendar.Year
Outputs the string form of the year.
toString() - Method in class javax.time.calendar.YearMonth
Outputs this year-month as a String, such as 2007-12.
toString() - Method in class javax.time.calendar.zone.FixedZoneRules
Returns a string describing this object.
toString() - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
 
toString() - Method in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
 
toString() - Method in class javax.time.calendar.zone.StandardZoneRules
Returns a string describing this object.
toString() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Returns a string describing this object.
toString() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Returns a string describing this object.
toString() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Returns a string describing this object.
toString() - Method in class javax.time.calendar.zone.ZoneRulesGroup
Returns a string representation of the group using the group ID.
toString() - Method in class javax.time.calendar.ZonedDateTime
Outputs this date-time as a String, such as 2007-12-03T10:15:30+01:00[Europe/Paris].
toString() - Method in class javax.time.calendar.ZoneOffset
Returns a string representation of the zone offset, which is the same as the normalized id.
toString() - Method in class javax.time.Duration
A string representation of this duration using ISO-8601 seconds based representation, such as PT12.345S.
toString() - Method in class javax.time.i18n.CopticDate
Outputs this date as a String, such as 1723-13-01 (Coptic).
toString() - Method in class javax.time.i18n.HistoricDate
Outputs the date as a String, such as '1723-13-01 (Historic 2010-10-15)'.
toString() - Method in class javax.time.Instant
A string representation of this instant using ISO-8601 representation.
toString() - Method in class javax.time.TAIInstant
A string representation of this instant.
toString() - Method in class javax.time.TimeSource.FixedTimeSource
toString() - Method in class javax.time.TimeSource.OffsetSystemTimeSource
toString() - Method in class javax.time.TimeSource.SystemTimeSource
toString() - Method in class javax.time.UTCInstant
A string representation of this instant.
toString() - Method in class javax.time.UTCRules
A string representation of these rules.
toString(DateTimeFormatter) - Method in class javax.time.calendar.LocalDate
Outputs this date as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.LocalDateTime
Outputs this date-time as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.LocalTime
Outputs this time as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.MonthDay
Outputs this month-day as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.OffsetDate
Outputs this date as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.OffsetDateTime
Outputs this date-time as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.OffsetTime
Outputs this time as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.YearMonth
Outputs this year-month as a String using the formatter.
toString(DateTimeFormatter) - Method in class javax.time.calendar.ZonedDateTime
Outputs this date-time as a String using the formatter.
toTAIInstant() - Method in class javax.time.UTCInstant
Converts this instant to a TAIInstant using the stored leap second rules.
totalDaysWith24HourDays() - Method in class javax.time.calendar.Period
Gets the total number of days represented by this period using standard assumptions for the meaning of day, hour, minute and second.
totalHours() - Method in class javax.time.calendar.Period
Gets the total number of hours represented by this period using standard assumptions for the meaning of hour, minute and second.
totalHoursWith24HourDays() - Method in class javax.time.calendar.Period
Gets the total number of hours represented by this period using standard assumptions for the meaning of day, hour, minute and second.
totalMinutes() - Method in class javax.time.calendar.Period
Gets the total number of minutes represented by this period using standard assumptions for the meaning of hour, minute and second.
totalMinutesWith24HourDays() - Method in class javax.time.calendar.Period
Gets the total number of minutes represented by this period using standard assumptions for the meaning of day, hour, minute and second.
totalMonths() - Method in class javax.time.calendar.Period
Gets the total number of months represented by this period using standard assumptions for the meaning of month.
totalNanos() - Method in class javax.time.calendar.Period
Gets the total number of nanoseconds represented by this period using standard assumptions for the meaning of hour, minute and second.
totalNanosWith24HourDays() - Method in class javax.time.calendar.Period
Gets the total number of nanoseconds represented by this period using standard assumptions for the meaning of day, hour, minute and second.
totalSeconds() - Method in class javax.time.calendar.Period
Gets the total number of seconds represented by this period using standard assumptions for the meaning of hour, minute and second.
totalSeconds(int, int, int) - Static method in class javax.time.calendar.ZoneOffset
Calculates the total offset in seconds.
totalSecondsWith24HourDays() - Method in class javax.time.calendar.Period
Gets the total number of seconds represented by this period using standard assumptions for the meaning of day, hour, minute and second.
totalYears() - Method in class javax.time.calendar.Period
Gets the total number of years represented by this period using standard assumptions for the meaning of month.
toTimeZone() - Method in class javax.time.calendar.ZoneOffset
Converts this offset to a time-zone.
toTotal(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Totals this period in terms of a single unit.
toTransition(ZoneOffset, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
Converts this to a transition.
toTransitionRule(ZoneOffset, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
Converts this to a transition rule.
toUTCInstant() - Method in class javax.time.TAIInstant
Converts this instant to a UTCInstant using the system default leap second rules.
toYearZeroDays() - Method in class javax.time.calendar.LocalDate
Converts this LocalDate to year zero days.
transition - Variable in class javax.time.calendar.zone.ZoneOffsetInfo
The transition between two offsets on the local time-line.
transition - Variable in class javax.time.calendar.zone.ZoneOffsetTransition
The transition date-time with the offset before the transition.
transitionAfter - Variable in class javax.time.calendar.zone.ZoneOffsetTransition
The transition date-time with the offset after the transition.
TUESDAY - javax.time.calendar.DayOfWeek
The singleton instance for the day-of-week of Tuesday.
type - Variable in class javax.time.calendar.zone.Ser
The type being serialized.
TZDBMonthDayTime() - Constructor for class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
 
TZDBRule() - Constructor for class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
 
TZDBZone() - Constructor for class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
 
TZDBZoneRulesCompiler - Class in javax.time.calendar.zone
A builder that can read the TZDB TimeZone files and build ZoneRules instances.
TZDBZoneRulesCompiler(String, List<File>, boolean) - Constructor for class javax.time.calendar.zone.TZDBZoneRulesCompiler
Constructor used if you want to invoke the compiler manually.
TZDBZoneRulesCompiler.TZDBMonthDayTime - Class in javax.time.calendar.zone
Class representing a month-day-time in the TZDB file.
TZDBZoneRulesCompiler.TZDBRule - Class in javax.time.calendar.zone
Class representing a rule line in the TZDB file.
TZDBZoneRulesCompiler.TZDBZone - Class in javax.time.calendar.zone
Class representing a linked set of zone lines in the TZDB file.
TZRule(int, MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, Period) - Constructor for class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
Constructor.
TZWindow(ZoneOffset, LocalDateTime, ZoneRulesBuilder.TimeDefinition) - Constructor for class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Constructor.

U

unit - Variable in class javax.time.calendar.PeriodField
The unit the period is measured in.
Unit(int, String, PeriodField, Duration) - Constructor for class javax.time.calendar.ISOChronology.Unit
 
UNIT_CACHE - Static variable in class javax.time.calendar.ISOChronology
Cache of units for deserialization.
unitFieldMap - Variable in class javax.time.calendar.PeriodFields
The map of periods.
UNITS - Static variable in class javax.time.calendar.Period
The ISO period units, trusted to not be altered.
UnsupportedRuleException - Exception in javax.time.calendar
An exception used when the value for a rule cannot be found.
UnsupportedRuleException(String, CalendricalRule<?>) - Constructor for exception javax.time.calendar.UnsupportedRuleException
Constructs a new unsupported field exception using the specified error message.
UnsupportedRuleException(CalendricalRule<?>) - Constructor for exception javax.time.calendar.UnsupportedRuleException
Constructs a new unsupported field exception creating a standard error message.
UTC - javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
The local date-time is expressed in terms of the UTC offset.
UTC - Static variable in class javax.time.calendar.TimeZone
The time-zone offset for UTC, with an id of 'UTC'.
UTC - Static variable in class javax.time.calendar.ZoneOffset
The time-zone offset for UTC, with an id of 'Z'.
utcInstant() - Method in class javax.time.TimeSource
Gets the current UTCInstant.
UTCInstant - Class in javax.time
An instantaneous point on the time-line measured in the UTC time-scale, handling leap seconds.
UTCInstant(long, long, UTCRules) - Constructor for class javax.time.UTCInstant
Constructs an instance.
UTCRules - Class in javax.time
Rules defining the UTC time-scale, notably when leap seconds occur.
UTCRules() - Constructor for class javax.time.UTCRules
Creates an instance of the rules.
utcText - Variable in class javax.time.calendar.format.ZoneOffsetPrinterParser
The text to use for UTC.

V

validate(int, int, int) - Static method in class javax.time.calendar.ZoneOffset
Validates the offset fields.
validateCharactersAndOrdering(String, String) - Method in class javax.time.calendar.PeriodParser
 
validateWindowOrder(ZoneRulesBuilder.TZWindow) - Method in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Validates that this window is after the previous one.
value - Variable in exception javax.time.calendar.format.CalendricalPrintFieldException
The value of the field that caused the exception.
VALUE_CONTEXT - Static variable in class javax.time.calendar.DateTimeFieldRule
A Math context for calculating values from fractions.
valueOf(String) - Static method in enum javax.time.calendar.AmPmOfDay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.CalendricalMatchers.Impl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.DateAdjusters.Impl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.CaseSensitivePrinterParser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.StrictLenientPrinterParser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.MonthOfYear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.QuarterOfYear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.i18n.HistoricEra
Returns the enum constant of this type with the specified name.
valueParserIndex - Variable in class javax.time.calendar.format.DateTimeFormatterBuilder
The index of the last variable width value parser.
values - Variable in class javax.time.calendar.format.DateTimeParseContext.Parsed
 
values() - Static method in enum javax.time.calendar.AmPmOfDay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.CalendricalMatchers.Impl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.DateAdjusters.Impl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.CaseSensitivePrinterParser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.StrictLenientPrinterParser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.MonthOfYear
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.QuarterOfYear
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.i18n.HistoricEra
Returns an array containing the constants of this enum type, in the order they are declared.
valueTextMap - Variable in class javax.time.calendar.DateTimeFieldRule.TextStore
Map of value to text.
verbose - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
The version to produce.
version - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
The version to produce.
versionID - Variable in class javax.time.calendar.TimeZone.ID
The time-zone version ID, not null.
versionID - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion
Version ID.
versions - Variable in class javax.time.calendar.zone.ResourceZoneRulesDataProvider
All the versions in the provider.
versions - Variable in class javax.time.calendar.zone.ZoneRulesGroup
The versions and rules.

W

WALL - javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
The local date-time is expressed in terms of the wall offset.
wallOffsets - Variable in class javax.time.calendar.zone.StandardZoneRules
The wall offsets.
WEDNESDAY - javax.time.calendar.DayOfWeek
The singleton instance for the day-of-week of Wednesday.
WEEK_BASED_YEAR - Static variable in class javax.time.calendar.ISOChronology
 
WEEK_BASED_YEAR_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
WEEK_BASED_YEARS - Static variable in class javax.time.calendar.ISOChronology
Period unit for week-based-years.
WEEK_OF_MONTH - Static variable in class javax.time.calendar.ISOChronology
 
WEEK_OF_MONTH_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
WEEK_OF_WEEK_BASED_YEAR - Static variable in class javax.time.calendar.ISOChronology
 
WEEK_OF_WEEK_BASED_YEAR_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
WEEK_OF_YEAR - Static variable in class javax.time.calendar.ISOChronology
 
WEEK_OF_YEAR_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
weekBasedYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the week-based-year field in the ISO chronology.
WEEKEND_DAY - javax.time.calendar.CalendricalMatchers.Impl
Non weekend matcher.
weekendDay() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the weekend day matcher, which returns true if the date is Saturday or Sunday.
weekOfMonthRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the week-of-month field in the ISO chronology.
weekOfWeekBasedYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the week-of-week-based-year field in the ISO chronology.
weekOfYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the week-of-year field in the ISO chronology.
WEEKS - Static variable in class javax.time.calendar.ISOChronology
Period unit for weeks.
windowEnd - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
The end local time, not null.
windowList - Variable in class javax.time.calendar.zone.ZoneRulesBuilder
The list of windows.
with(int, MonthOfYear) - Method in class javax.time.calendar.YearMonth
Returns a copy of this year-month with the new year and month, checking to see if a new object is in fact required.
with(long, PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified amount for the unit.
with(DateAdjuster) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the date altered using the adjuster.
with(DateAdjuster) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the date altered using the adjuster.
with(DateAdjuster) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the date altered using the adjuster.
with(DateAdjuster) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the date altered using the adjuster.
with(DateAdjuster) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the date altered using the adjuster.
with(DateAdjuster, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the date altered using the adjuster, providing a resolver to handle an invalid date-time.
with(DateTimeFieldRule<?>, int) - Method in class javax.time.calendar.DateTimeFields
Returns a copy of this DateTimeFields with the specified field value.
with(DateTimeFields) - Method in class javax.time.calendar.DateTimeFields
Returns a copy of this DateTimeFields with the specified fields added.
with(LocalDate, LocalTime) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this date-time with the new date and time, checking to see if a new object is in fact required.
with(LocalDate, ZoneOffset) - Method in class javax.time.calendar.OffsetDate
Returns a new date based on this one, returning this where possible.
with(LocalDateTime, ZoneOffset) - Method in class javax.time.calendar.OffsetDateTime
Returns a new date-time based on this one, returning this where possible.
with(MonthOfYear) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the month-of-year altered.
with(MonthOfYear) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the month-of-year altered.
with(MonthOfYear) - Method in class javax.time.calendar.MonthDay
Returns a copy of this MonthDay with the month-of-year altered.
with(MonthOfYear) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the month-of-year altered.
with(MonthOfYear) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the month-of-year altered.
with(MonthOfYear) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the month-of-year altered.
with(MonthOfYear, int) - Method in class javax.time.calendar.MonthDay
Returns a copy of this month-day with the new month and day, checking to see if a new object is in fact required.
with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the month-of-year altered.
with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the month-of-year altered.
with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the month-of-year altered.
with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the month-of-year altered.
with(PeriodProvider) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified values altered.
with(TimeAdjuster) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the time altered using the adjuster.
with(TimeAdjuster) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the time altered using the adjuster.
with(TimeAdjuster) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the time altered using the adjuster.
with(TimeAdjuster) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the time altered using the adjuster.
with(TimeAdjuster) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the time altered using the adjuster.
with(TimeAdjuster, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the time altered using the adjuster, providing a resolver to handle an invalid date-time.
with(Year) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the year altered.
withAmount(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with a different amount of time.
withDate(int, int, int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the date values altered.
withDate(int, int, int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the date values altered.
withDate(int, int, int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the date values altered.
withDate(int, MonthOfYear, int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the date values altered.
withDate(int, MonthOfYear, int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the date values altered.
withDate(DateProvider) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with a different local date.
withDateFieldsOnly() - Method in class javax.time.calendar.Period
Returns a copy of this period with only the date-based fields retained.
withDateTime(DateTimeProvider) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the time altered and the offset retained.
withDateTime(DateTimeProvider) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with a different local date-time.
withDayOfMonth(int) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.calendar.MonthDay
Returns a copy of this MonthDay with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the day-of-month value altered.
withDayOfMonth(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.i18n.HistoricDate
Returns a copy of this date with the day-of-month value altered.
withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the day-of-month altered.
withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the day-of-month altered.
withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the day-of-month altered.
withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the day-of-month altered.
withDayOfYear(int) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.i18n.HistoricDate
Returns a copy of this date with the day-of-year value altered.
withDays(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified amount of days.
withEarlierOffsetAtOverlap() - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.
withFieldRemoved(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
Returns a copy of this object with the specified field removed.
withFloatingVersion() - Method in class javax.time.calendar.TimeZone.Fixed
 
withFloatingVersion() - Method in class javax.time.calendar.TimeZone.ID
 
withFloatingVersion() - Method in class javax.time.calendar.TimeZone
Returns a copy of this time-zone with a floating version.
withHourOfDay(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the hour-of-day value altered.
withHourOfDay(int) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the hour-of-day value altered.
withHourOfDay(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the hour-of-day value altered.
withHourOfDay(int) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the hour-of-day value altered.
withHourOfDay(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the hour-of-day value altered.
withHours(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified amount of hours.
withLaterOffsetAtOverlap() - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime changing the zone offset to the later of the two valid offsets at a local time-line overlap.
withLatestVersion() - Method in class javax.time.calendar.TimeZone.Fixed
 
withLatestVersion() - Method in class javax.time.calendar.TimeZone.ID
 
withLatestVersion() - Method in class javax.time.calendar.TimeZone
Returns a copy of this time-zone with the latest available version ID.
withLatestVersionValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone.Fixed
 
withLatestVersionValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone.ID
 
withLatestVersionValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone
Returns a copy of this time-zone with the latest version that is valid for the specified date-time and offset.
withLocale(Locale) - Method in class javax.time.calendar.format.DateTimeFormatter
Returns a copy of this DateTimeFormatter with a new locale.
withMinuteOfHour(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the minute-of-hour value altered.
withMinuteOfHour(int) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the minute-of-hour value altered.
withMinuteOfHour(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the minute-of-hour value altered.
withMinuteOfHour(int) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the minute-of-hour value altered.
withMinuteOfHour(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the minute-of-hour value altered.
withMinutes(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified amount of minutes.
withMonthOfYear(int) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the month-of-year altered.
withMonthOfYear(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the month-of-year altered.
withMonthOfYear(int) - Method in class javax.time.calendar.MonthDay
Returns a copy of this MonthDay with the month-of-year altered.
withMonthOfYear(int) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the month-of-year altered.
withMonthOfYear(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the month-of-year altered.
withMonthOfYear(int) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the month-of-year altered.
withMonthOfYear(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the month-of-year value altered.
withMonthOfYear(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the month-of-year altered.
withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the month-of-year altered.
withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the month-of-year altered.
withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the month-of-year altered.
withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the month-of-year altered.
withMonthOfYear(MonthOfYear) - Method in class javax.time.i18n.HistoricDate
Returns a copy of this date with the month-of-year value altered.
withMonths(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified amount of months.
withNanoOfSecond(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the nano-of-second value altered.
withNanoOfSecond(int) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the nano-of-second value altered.
withNanoOfSecond(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the nano-of-second value altered.
withNanoOfSecond(int) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the nano-of-second value altered.
withNanoOfSecond(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the nano-of-second value altered.
withNanos(long) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified amount of nanoseconds.
withOffset(ZoneOffset) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the specified offset.
withOffsetSameInstant(ZoneOffset) - Method in class javax.time.calendar.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 javax.time.calendar.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 javax.time.calendar.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 javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the specified offset ensuring that the result has the same local time.
withOptional(boolean) - Method in class javax.time.calendar.format.CompositePrinterParser
Returns a copy of this printer-parser with the optional flag changed.
without(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified unit removed.
withSecondOfMinute(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the second-of-minute value altered.
withSecondOfMinute(int) - Method in class javax.time.calendar.LocalTime
Returns a copy of this LocalTime with the second-of-minute value altered.
withSecondOfMinute(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the second-of-minute value altered.
withSecondOfMinute(int) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the second-of-minute value altered.
withSecondOfMinute(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the second-of-minute value altered.
withSeconds(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified amount of seconds.
withSource(TimeSource) - Method in class javax.time.calendar.Clock.TimeSourceClock
Returns a copy of this clock with a different time-source.
withSource(TimeSource) - Method in class javax.time.calendar.Clock
Returns a copy of this clock with a different time-source.
withSubsequentWidth(int) - Method in class javax.time.calendar.format.NumberPrinterParser
Returns a new instance with an updated subsequent width.
withTime(int, int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the time values altered.
withTime(int, int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the time values altered.
withTime(int, int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the time values altered.
withTime(int, int, int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the time values altered.
withTime(int, int, int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the time values altered.
withTime(int, int, int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the time values altered.
withTime(int, int, int, int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the time values altered.
withTime(int, int, int, int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the time values altered.
withTime(int, int, int, int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the time values altered.
withTime(TimeProvider) - Method in class javax.time.calendar.OffsetTime
Returns a copy of this OffsetTime with the time altered and the offset retained.
withTimeFieldsOnly() - Method in class javax.time.calendar.Period
Returns a copy of this period with only the time-based fields retained.
withUnit(PeriodUnit) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with a different unit.
withVersion(String) - Method in class javax.time.calendar.TimeZone.Fixed
 
withVersion(String) - Method in class javax.time.calendar.TimeZone.ID
 
withVersion(String) - Method in class javax.time.calendar.TimeZone
Returns a copy of this time-zone with the specified version ID.
withYear(int) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the year altered.
withYear(int) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the year altered.
withYear(int) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the year altered.
withYear(int) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the year altered.
withYear(int) - Method in class javax.time.calendar.YearMonth
Returns a copy of this YearMonth with the year altered.
withYear(int) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with the year value altered.
withYear(int) - Method in class javax.time.i18n.CopticDate
Returns a copy of this date with the year altered.
withYear(int) - Method in class javax.time.i18n.HistoricDate
Returns a copy of this date with the year value altered.
withYear(int, DateResolver) - Method in class javax.time.calendar.LocalDate
Returns a copy of this LocalDate with the year altered.
withYear(int, DateResolver) - Method in class javax.time.calendar.LocalDateTime
Returns a copy of this LocalDateTime with the year altered.
withYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDate
Returns a copy of this OffsetDate with the year altered.
withYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
Returns a copy of this OffsetDateTime with the year altered.
withYears(int) - Method in class javax.time.calendar.Period
Returns a copy of this period with the specified amount of years.
withZeroesRemoved() - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with all zero amounts removed.
withZone(TimeZone) - Method in class javax.time.calendar.Clock.TimeSourceClock
Returns a copy of this clock with a different time-zone.
withZone(TimeZone) - Method in class javax.time.calendar.Clock
Returns a copy of this clock with a different time-zone.
withZoneSameInstant(TimeZone) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with a different time-zone, retaining the instant.
withZoneSameLocal(TimeZone) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with a different time-zone, retaining the local date-time if possible.
withZoneSameLocal(TimeZone, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with a different time-zone, retaining the local date-time if possible.
write(Object, DataOutput) - Static method in class javax.time.calendar.zone.Ser
 
writeEpochSecs(long, DataOutput) - Static method in class javax.time.calendar.zone.Ser
Writes the state to the stream.
writeExternal(DataOutput) - Method in class javax.time.calendar.zone.FixedZoneRules
Writes the state to the stream.
writeExternal(DataOutput) - Method in class javax.time.calendar.zone.StandardZoneRules
Writes the state to the stream.
writeExternal(DataOutput) - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Writes the state to the stream.
writeExternal(DataOutput) - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Writes the state to the stream.
writeExternal(ObjectOutput) - Method in class javax.time.calendar.zone.Ser
 
writeInternal(byte, Object, DataOutput) - Static method in class javax.time.calendar.zone.Ser
 
writeOffset(ZoneOffset, DataOutput) - Static method in class javax.time.calendar.zone.Ser
Writes the state to the stream.
writeReplace() - Method in class javax.time.calendar.zone.FixedZoneRules
Uses a serialization delegate.
writeReplace() - Method in class javax.time.calendar.zone.StandardZoneRules
Uses a serialization delegate.
writeReplace() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Uses a serialization delegate.
writeReplace() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Uses a serialization delegate.

Y

year - Variable in class javax.time.calendar.LocalDate
The year.
year - Variable in class javax.time.calendar.Year
The year being represented.
year - Variable in class javax.time.calendar.YearMonth
The year.
year - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
The year of the cutover.
year - Variable in class javax.time.calendar.zone.ZoneRulesBuilder.TZRule
The year.
year - Variable in class javax.time.i18n.CopticDate
The Coptic year.
year - Variable in class javax.time.i18n.HistoricDate
The historic year.
year() - Method in class javax.time.calendar.Clock
Gets the current year.
Year - Class in javax.time.calendar
A year in the ISO-8601 calendar system, such as 2007.
Year(int) - Constructor for class javax.time.calendar.Year
Constructor.
YEAR - Static variable in class javax.time.calendar.ISOChronology
 
YEAR_ORDINAL - Static variable in class javax.time.calendar.ISOChronology
 
yearMonth() - Method in class javax.time.calendar.Clock
Gets the current year-month.
YearMonth - Class in javax.time.calendar
A year-month in the ISO-8601 calendar system, such as 2007-12.
YearMonth(int, MonthOfYear) - Constructor for class javax.time.calendar.YearMonth
Constructor.
YearMonth.Rule - Class in javax.time.calendar
Rule implementation.
yearOfEraRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the year field in the Historic chronology.
yearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the year field in the ISO chronology.
yearRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the year field in the Coptic chronology.
yearRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the year field in the Historic chronology.
YearRule() - Constructor for class javax.time.i18n.CopticChronology.YearRule
Constructor.
YearRule(HistoricChronology) - Constructor for class javax.time.i18n.HistoricChronology.YearRule
Constructor.
years - Variable in class javax.time.calendar.Period
The number of years.
years - Variable in class javax.time.calendar.PeriodParser.ParseValues
The number of years.
Years() - Constructor for class javax.time.i18n.CopticChronology.Years
 
Years() - Constructor for class javax.time.i18n.HistoricChronology.Years
 
Years() - Constructor for class javax.time.i18n.JulianChronology.Years
 
YEARS - Static variable in class javax.time.calendar.ISOChronology
Period unit for years.
YEARS - Static variable in class javax.time.i18n.CopticChronology
Period unit for years.
YEARS - Static variable in class javax.time.i18n.HistoricChronology
Period unit for years.
YEARS - Static variable in class javax.time.i18n.JulianChronology
Period unit for years.
yearsBetween(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
Obtains a Period consisting of the number of years between two dates.
yesterday() - Method in class javax.time.calendar.Clock
Gets yesterday's date.

Z

ZERO - Static variable in class javax.time.calendar.Period
A constant for a period of zero.
ZERO - Static variable in class javax.time.calendar.PeriodFields
A constant for a period of zero.
ZERO - Static variable in class javax.time.calendar.PeriodParser
The standard string representing a zero period.
ZERO - Static variable in class javax.time.Duration
Constant for a duration of zero.
zeroChar - Variable in class javax.time.calendar.format.DateTimeFormatSymbols
The zero character.
zone - Variable in class javax.time.calendar.Clock.TimeSourceClock
The time-zone being used.
zone - Variable in class javax.time.calendar.ZonedDateTime
The time-zone.
zonedDateTime() - Method in class javax.time.calendar.Clock
Gets the current zoned date-time.
ZonedDateTime - Class in javax.time.calendar
A date-time with a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00 Europe/Paris.
ZonedDateTime(OffsetDateTime, TimeZone) - Constructor for class javax.time.calendar.ZonedDateTime
Constructor.
ZonedDateTime.Rule - Class in javax.time.calendar
Rule implementation.
zonedDateTimeToMinute() - Method in class javax.time.calendar.Clock
Gets the current zoned date-time with a resolution of minutes.
zonedDateTimeToSecond() - Method in class javax.time.calendar.Clock
Gets the current zoned date-time with a resolution of seconds.
ZoneOffset - Class in javax.time.calendar
A time-zone offset from UTC, such as +02:00.
ZoneOffset(int) - Constructor for class javax.time.calendar.ZoneOffset
Constructor.
ZoneOffset.Rule - Class in javax.time.calendar
Rule implementation.
ZoneOffsetInfo - Class in javax.time.calendar.zone
Information about the valid offsets applicable for a local date-time.
ZoneOffsetInfo(LocalDateTime, ZoneOffset, ZoneOffsetTransition) - Constructor for class javax.time.calendar.zone.ZoneOffsetInfo
Creates an instance handling a simple single offset.
ZoneOffsetPrinterParser - Class in javax.time.calendar.format
Prints or parses a zone offset.
ZoneOffsetPrinterParser(String, boolean, boolean) - Constructor for class javax.time.calendar.format.ZoneOffsetPrinterParser
Constructor.
ZoneOffsetTransition - Class in javax.time.calendar.zone
A transition between two offsets caused by a discontinuity in the local time-line.
ZoneOffsetTransition(OffsetDateTime, ZoneOffset) - Constructor for class javax.time.calendar.zone.ZoneOffsetTransition
Creates an instance defining a transition between two offsets.
ZoneOffsetTransitionRule - Class in javax.time.calendar.zone
A rule expressing how to create a transition.
ZoneOffsetTransitionRule(MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Constructor for class javax.time.calendar.zone.ZoneOffsetTransitionRule
Creates an instance defining the yearly rule to create transitions between two offsets.
ZonePrinterParser - Class in javax.time.calendar.format
Prints or parses a zone offset.
ZonePrinterParser() - Constructor for class javax.time.calendar.format.ZonePrinterParser
Constructor.
ZonePrinterParser(DateTimeFormatterBuilder.TextStyle) - Constructor for class javax.time.calendar.format.ZonePrinterParser
Constructor.
ZonePrinterParser.SubstringTree - Class in javax.time.calendar.format
Model a tree of substrings to make the parsing easier.
ZoneResolver - Class in javax.time.calendar
Strategy for resolving a LocalDateTime to an OffsetDateTime using the rules of the time-zone.
ZoneResolver() - Constructor for class javax.time.calendar.ZoneResolver
Restrictive constructor.
ZoneResolvers - Class in javax.time.calendar
Provides common implementations of ZoneResolver.
ZoneResolvers() - Constructor for class javax.time.calendar.ZoneResolvers
Private constructor.
ZoneResolvers.Combination - Class in javax.time.calendar
Class implementing combination resolver.
ZoneResolvers.PostGapPreOverlap - Class in javax.time.calendar
Class implementing postGapPreOverlap resolver.
ZoneResolvers.PostTransition - Class in javax.time.calendar
Class implementing postTransition resolver.
ZoneResolvers.PreTransition - Class in javax.time.calendar
Class implementing preTransition resolver.
ZoneResolvers.PushForward - Class in javax.time.calendar
Class implementing push forward resolver.
ZoneResolvers.RetainOffset - Class in javax.time.calendar
Class implementing retain offset resolver.
ZoneResolvers.Strict - Class in javax.time.calendar
Class implementing strict resolver.
ZoneRules - Class in javax.time.calendar.zone
The rules defining how the zone offset varies for a single time-zone.
ZoneRules() - Constructor for class javax.time.calendar.zone.ZoneRules
Constructor for subclasses.
ZoneRulesBuilder - Class in javax.time.calendar.zone
A mutable builder used to create all the rules for a historic time-zone.
ZoneRulesBuilder() - Constructor for class javax.time.calendar.zone.ZoneRulesBuilder
Constructs an instance of the builder that can be used to create zone rules.
ZoneRulesBuilder.TimeDefinition - Enum in javax.time.calendar.zone
A definition of the way a local time can be converted to an offset time.
ZoneRulesBuilder.TZRule - Class in javax.time.calendar.zone
A definition of the way a local time can be converted to an offset time.
ZoneRulesBuilder.TZWindow - Class in javax.time.calendar.zone
A definition of a window in the time-line.
ZoneRulesDataProvider - Interface in javax.time.calendar.zone
Provides access to a versioned set of time-zone rules from a single group.
ZoneRulesGroup - Class in javax.time.calendar.zone
A group of time-zone rules wrapping a provider of multiple versions of the data.
ZoneRulesGroup(String) - Constructor for class javax.time.calendar.zone.ZoneRulesGroup
Constructor.
ZoneRulesVersion - Interface in javax.time.calendar.zone
A version of time-zone rules from a single group.
zones - Variable in class javax.time.calendar.zone.TZDBZoneRulesCompiler
The TZDB zones.
ZOT - Static variable in class javax.time.calendar.zone.Ser
Type for ZoneOffsetTransition.
ZOTRULE - Static variable in class javax.time.calendar.zone.Ser
Type for ZoneOffsetTransition.

_

_12_HOURS - Static variable in class javax.time.calendar.ISOChronology
Period unit for 12 hours half-days, used by AM/PM.
_24_HOURS - Static variable in class javax.time.calendar.ISOChronology
Period unit for 24 hour fixed length days.
A B C D E F G H I J L M N O P Q R S T U V W Y Z _ 
All Classes All Packages