Uses of Class
dev.nm.interval.Interval
-
Packages that use Interval Package Description dev.nm.interval dev.nm.misc.datastructure.time -
-
Uses of Interval in dev.nm.interval
Subclasses of Interval in dev.nm.interval Modifier and Type Class Description classRealIntervalThis is an interval on the real line.Methods in dev.nm.interval that return Interval Modifier and Type Method Description Interval<T>Intervals. get(int i)Get the i-th interval.Methods in dev.nm.interval with parameters of type Interval Modifier and Type Method Description voidIntervals. add(Interval<T> interval)Add an interval to the set.voidIntervals. add(Interval<T>... intervals)Add intervals to the set.booleanInterval. is(IntervalRelation relation, Interval<T> Y)Check whetherthisandYsatisfies a certain Allen's interval relation.abstract <T extends Comparable<? super T>>
booleanIntervalRelation. isBetween(Interval<T> X, Interval<T> Y)Check if X and Y satisfy a certain relation.Set<IntervalRelation>Interval. relations(Interval<T> Y)Determine the interval relations betweenthisandY.Constructors in dev.nm.interval with parameters of type Interval Constructor Description Intervals(Interval<T> interval)Construct a set that contains only one interval.Intervals(Interval<T>... intervals)Construct a set of intervals. -
Uses of Interval in dev.nm.misc.datastructure.time
Subclasses of Interval in dev.nm.misc.datastructure.time Modifier and Type Class Description classTimeIntervalThis is a time interval.Constructors in dev.nm.misc.datastructure.time with parameters of type Interval Constructor Description TimeIntervals(Interval<LocalDateTime> interval)Construct a collection consisting of one time interval.TimeIntervals(Interval<LocalDateTime>... intervals)Construct a collection of time intervals.
-