| Package | Description |
|---|---|
| org.threeten.bp |
The main API for dates, times, instants, and durations.
|
| org.threeten.bp.format |
Provides classes to print and parse dates and times.
|
| org.threeten.bp.jdk8 |
Simulates JDK 1.8 features on JDK 1.7.
|
| org.threeten.bp.temporal |
Access to date and time using fields and units, plus additional value type classes.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ZoneOffset.query(TemporalQuery<R> query)
Queries this offset using the specified query.
|
<R> R |
ZonedDateTime.query(TemporalQuery<R> query)
Queries this date-time using the specified query.
|
<R> R |
YearMonth.query(TemporalQuery<R> query)
Queries this year-month using the specified query.
|
<R> R |
Year.query(TemporalQuery<R> query)
Queries this year using the specified query.
|
<R> R |
OffsetTime.query(TemporalQuery<R> query)
Queries this time using the specified query.
|
<R> R |
OffsetDateTime.query(TemporalQuery<R> query)
Queries this date-time using the specified query.
|
<R> R |
OffsetDate.query(TemporalQuery<R> query)
Queries this date using the specified query.
|
<R> R |
MonthDay.query(TemporalQuery<R> query)
Queries this month-day using the specified query.
|
<R> R |
Month.query(TemporalQuery<R> query)
Queries this month-of-year using the specified query.
|
<R> R |
LocalTime.query(TemporalQuery<R> query)
Queries this time using the specified query.
|
<R> R |
LocalDateTime.query(TemporalQuery<R> query)
Queries this date-time using the specified query.
|
<R> R |
LocalDate.query(TemporalQuery<R> query)
Queries this date using the specified query.
|
<R> R |
Instant.query(TemporalQuery<R> query)
Queries this instant using the specified query.
|
<R> R |
DayOfWeek.query(TemporalQuery<R> query)
Queries this day-of-week using the specified query.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
DateTimeBuilder.query(TemporalQuery<R> query) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
DefaultInterfaceTemporalAccessor.query(TemporalQuery<R> query) |
<R> R |
DefaultInterfaceEra.query(TemporalQuery<R> query) |
<R> R |
DefaultInterfaceChronoZonedDateTime.query(TemporalQuery<R> query) |
<R> R |
DefaultInterfaceChronoLocalDateTime.query(TemporalQuery<R> query) |
<R> R |
DefaultInterfaceChronoLocalDate.query(TemporalQuery<R> query) |
| Modifier and Type | Method and Description |
|---|---|
static TemporalQuery<Chrono<?>> |
TemporalQueries.chrono()
A query for the
Chrono. |
static TemporalQuery<ZoneOffset> |
TemporalQueries.offset()
A query for the
ZoneOffset. |
static TemporalQuery<ChronoUnit> |
TemporalQueries.precision()
A query for the smallest supported unit.
|
static TemporalQuery<ZoneId> |
TemporalQueries.zone()
A lenient query for the
ZoneId, falling back to the ZoneOffset. |
static TemporalQuery<ZoneId> |
TemporalQueries.zoneId()
A strict query for the
ZoneId. |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
TemporalAccessor.query(TemporalQuery<R> query)
Queries this date-time.
|
Copyright © 2007-2013 ThreeTen.org. All Rights Reserved.