@CheckReturnValue @ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
LocalDateChangeOrBuilder | |
LocalDateOrBuilder | |
LocalDateTimeOrBuilder | |
LocalTimeChangeOrBuilder | |
LocalTimeOrBuilder | |
OffsetDateTimeChangeOrBuilder | |
OffsetDateTimeOrBuilder | |
OffsetTimeChangeOrBuilder | |
OffsetTimeOrBuilder | |
Temporal<T extends Temporal<T>> |
A point in time represented with a certain accuracy.
|
TemporalMessage<T extends TemporalMessage<T>> |
A
Temporal implemented with a message. |
YearMonthOrBuilder | |
ZonedDateTimeOrBuilder | |
ZoneIdOrBuilder | |
ZoneOffsetOrBuilder |
Class | Description |
---|---|
DaysOfWeek |
Utilities for working with
DayOfWeek instances. |
InstantConverter |
Converts
Timestamp to Instant . |
LocalDate |
A date without a time-zone.
|
LocalDate.Builder |
A date without a time-zone.
|
LocalDateChange |
Definition of a change of `LocalDate` fields.
|
LocalDateChange.Builder |
Definition of a change of `LocalDate` fields.
|
LocalDates |
Utilities for working with
LocalDate . |
LocalDateTime |
A date-time without a time-zone.
|
LocalDateTime.Builder |
A date-time without a time-zone.
|
LocalDateTimes |
Utilities for working with
LocalDateTime . |
LocalTime |
A time without a time-zone.
|
LocalTime.Builder |
A time without a time-zone.
|
LocalTimeChange |
Definition of a change of `LocalTime` fields.
|
LocalTimeChange.Builder |
Definition of a change of `LocalTime` fields.
|
LocalTimes |
Routines for working with
LocalTime . |
Months |
Utilities for working with calendar months.
|
Now |
The current time.
|
OffsetDateTime |
A date-time with an offset from UTC.
|
OffsetDateTime.Builder |
A date-time with an offset from UTC.
|
OffsetDateTimeChange |
Definition of a change of `OffsetDateTime` fields.
|
OffsetDateTimeChange.Builder |
Definition of a change of `OffsetDateTime` fields.
|
OffsetDateTimes |
Routines for working with
OffsetDateTime . |
OffsetTime |
A time with an offset from UTC.
|
OffsetTime.Builder |
A time with an offset from UTC.
|
OffsetTimeChange |
Definition of a change of `OffsetTime` fields.
|
OffsetTimeChange.Builder |
Definition of a change of `OffsetTime` fields.
|
OffsetTimes |
Routines for working with
OffsetTime . |
Temporals |
A factory of
Temporal instances. |
TimeChangeProto | |
TimeChanges |
Utility class for working with date-time changes.
|
TimeProto | |
TimestampTemporal |
An implementation of
Temporal for the Protobuf Timestamp . |
YearMonth |
A combination of year and month in the ISO-8601 calendar system, such as `2018-06`.
|
YearMonth.Builder |
A combination of year and month in the ISO-8601 calendar system, such as `2018-06`.
|
YearMonths |
Utilities for working with
YearMonth values. |
ZonedDateTime |
A date-time with a time-zone in the ISO-8601 calendar system,
such as `2018-06-25T19:22:45+01:00 Europe/Amsterdam`.
|
ZonedDateTime.Builder |
A date-time with a time-zone in the ISO-8601 calendar system,
such as `2018-06-25T19:22:45+01:00 Europe/Amsterdam`.
|
ZonedDateTimes |
Utilities for working with
ZonedDateTime . |
ZoneId |
An ID of a time-zone, such as `Europe/Amsterdam`.
|
ZoneId.Builder |
An ID of a time-zone, such as `Europe/Amsterdam`.
|
ZoneIds |
Utilities for working with
ZoneId . |
ZoneOffset |
A time-zone offset from UTC, such as `+02:00`.
|
ZoneOffset.Builder |
A time-zone offset from UTC, such as `+02:00`.
|
ZoneOffsets |
Utilities for working with
ZoneOffset s. |
Enum | Description |
---|---|
DayOfWeek |
A day of week.
|
Month |
Enum representing the 12 months of the year.
|