| Modifier and Type | Method and Description |
|---|---|
Boundary<T> |
ValueInterval.getEnd() |
Boundary<T> |
SimpleInterval.getEnd() |
Boundary<T> |
IsoInterval.getEnd() |
Boundary<T> |
ChronoInterval.getEnd()
Yields the upper bound of this interval.
|
Boundary<PlainDate> |
CalendarYear.getEnd() |
Boundary<PlainDate> |
CalendarWeek.getEnd() |
Boundary<PlainDate> |
CalendarQuarter.getEnd() |
Boundary<PlainDate> |
CalendarMonth.getEnd() |
Boundary<T> |
ValueInterval.getStart() |
Boundary<T> |
SimpleInterval.getStart() |
Boundary<T> |
IsoInterval.getStart() |
Boundary<T> |
ChronoInterval.getStart()
Yields the lower bound of this interval.
|
Boundary<PlainDate> |
CalendarYear.getStart() |
Boundary<PlainDate> |
CalendarWeek.getStart() |
Boundary<PlainDate> |
CalendarQuarter.getStart() |
Boundary<PlainDate> |
CalendarMonth.getStart() |
static <T> Boundary<T> |
Boundary.infiniteFuture()
Defines a symbolic open boundary for the infinite future.
|
static <T> Boundary<T> |
Boundary.infinitePast()
Defines a symbolic open boundary for the infinite past.
|
static <T> Boundary<T> |
Boundary.ofClosed(T temporal)
Defines a finite closed boundary for the specified
time point.
|
static <T> Boundary<T> |
Boundary.ofOpen(T temporal)
Defines a finite open boundary for the specified time
point.
|
Copyright © 2014–2018. All rights reserved.