| Class and Description |
|---|
| Boundary
Represents an interval boundary, either the lower one or the
upper one.
|
| BracketPolicy
Determines a suitable strategy for formatting the open or closed
state of interval boundaries.
|
| CalendarMonth
Represents the month of a gregorian calendar year as interval
(like from 1st of January until end of January).
|
| CalendarQuarter
Represents the quarter of a gregorian calendar year as interval
(like from 1st of January until end of March).
|
| CalendarWeek
Represents the calendar week starting on Monday according to ISO-8601-paper.
|
| CalendarYear
Represents a full gregorian calendar year as interval from 1st of January until end of December.
|
| ChronoInterval
Represents a temporal interval on a timeline.
|
| ClockInterval
Defines a finite wall time interval on the local timeline.
|
| DateInterval
Defines a date interval.
|
| DayPartitionBuilder
A mutable builder for creating day partition rules.
|
| DayPartitionRule
Represents a rule how to partition a day into disjunct clock intervals.
|
| FixedCalendarInterval
Represents a fixed calendar interval.
|
| HolidayModel
Represents a rule how to find a non-business day.
|
| InfinityStyle
Determines how to print infinite interval boundaries.
|
| IntervalCollection
Represents a sorted list of arbitrary possibly overlapping intervals
(no series) whose boundaries can be changed in many ways.
|
| IntervalRelation
Represents an Allen-relation between two intervals.
|
| IntervalTree
Represents an augmented interval tree holding intervals for easy and quick search.
|
| IntervalTree.Visitor
Callback interface for tree traversal according to the visitor pattern design.
|
| IsoInterval
Represents an abstract temporal interval on a timeline for
ISO-8601-types.
|
| IsoRecurrence
Represents a sequence of recurrent finite intervals as defined by ISO-8601.
|
| MachineTime
Represents a duration for machine times in decimal seconds with
nanosecond precision.
|
| MachineTime.Formatter
Non-localized and user-defined format for machine-time-durations based on a
pattern containing some standard symbols and literals.
|
| MomentInterval
Defines a moment interval on global timeline.
|
| Months
Represents a time span in gregorian months.
|
| Quarters
Represents a time span in gregorian quarter years.
|
| SimpleInterval
Generic interval class suitable for any type of timepoints on a timeline.
|
| SimpleInterval.Factory
Serves for the creation of generic simple intervals on a timeline.
|
| SingleUnitTimeSpan
Represents a time span in one calendrical unit only.
|
| SpanOfWeekdays
Describes an arbitrary span of weekdays.
|
| TimestampInterval
Defines a timestamp interval on local timeline.
|
| ValueInterval
Represents a temporal interval with an associated value.
|
| Weeks
Represents a time span in 7-day weeks.
|
| Years
Represents a time span in gregorian or week-based years.
|
Copyright © 2014–2018. All rights reserved.