| Modifier and Type | Method and Description |
|---|---|
static <I extends ChronoInterval<PlainTime>> |
IntervalTree.onClockAxis(Collection<I> intervals)
Creates an interval tree on the clock axis filled with given clock intervals.
|
static <I extends ChronoInterval<PlainDate>> |
IntervalTree.onDateAxis(Collection<I> intervals)
Creates an interval tree on the date axis filled with given date intervals.
|
static IntervalTree<Instant,SimpleInterval<Instant>> |
IntervalTree.onInstantTimeLine(Collection<SimpleInterval<Instant>> intervals)
Creates an interval tree for the type
java.time.Instant filled with given simple intervals. |
static <I extends ChronoInterval<Moment>> |
IntervalTree.onMomentAxis(Collection<I> intervals)
Creates an interval tree on the moment axis (UTC) filled with given moment intervals.
|
static <T,I extends ChronoInterval<T>> |
IntervalTree.onTimeLine(TimeLine<T> timeLine,
Collection<I> intervals)
Creates an interval tree on a timeline filled with given intervals.
|
static <I extends ChronoInterval<PlainTimestamp>> |
IntervalTree.onTimestampAxis(Collection<I> intervals)
Creates an interval tree on the timestamp axis filled with given timestamp intervals.
|
static IntervalTree<Date,SimpleInterval<Date>> |
IntervalTree.onTraditionalTimeLine(Collection<SimpleInterval<Date>> intervals)
Creates an interval tree for the legacy type
java.util.Date filled with given simple intervals. |
Copyright © 2014–2018. All rights reserved.