Uses of Class
net.time4j.range.Boundary
-
Uses of Boundary in net.time4j.range
Modifier and TypeMethodDescriptionCalendarMonth.getEnd()
CalendarPeriod.getEnd()
CalendarQuarter.getEnd()
CalendarWeek.getEnd()
CalendarYear.getEnd()
ChronoInterval.getEnd()
Yields the upper bound of this interval.IsoInterval.getEnd()
SimpleInterval.getEnd()
ValueInterval.getEnd()
CalendarMonth.getStart()
CalendarPeriod.getStart()
CalendarQuarter.getStart()
CalendarWeek.getStart()
CalendarYear.getStart()
ChronoInterval.getStart()
Yields the lower bound of this interval.IsoInterval.getStart()
SimpleInterval.getStart()
ValueInterval.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.