Uses of Class
net.time4j.range.SimpleInterval
Packages that use SimpleInterval
-
Uses of SimpleInterval in net.time4j.range
Methods in net.time4j.range that return SimpleIntervalModifier and TypeMethodDescriptionstatic SimpleInterval<Instant>
Creates a new interval between given boundaries.static SimpleInterval<Date>
Creates a new interval between given boundaries.Creates a new interval between given boundaries.SimpleInterval.Factory.parse(CharSequence text, ChronoParser<T> parser)
Interpretes given text as interval using a localized interval pattern.SimpleInterval.Factory.parse(CharSequence text, ChronoParser<T> parser, String intervalPattern)
Interpretes given text as interval using given interval pattern.Creates a new interval since given start.static SimpleInterval<Instant>
Creates a new interval since given start.static SimpleInterval<Date>
Creates a new interval since given start.Creates a new interval until given end.static SimpleInterval<Instant>
Creates a new interval until given end.static SimpleInterval<Date>
Creates a new interval until given end.Methods in net.time4j.range that return types with arguments of type SimpleIntervalModifier and TypeMethodDescriptionSimpleInterval.findIntersection(ChronoInterval<T> other)
Obtains the intersection of this interval and other one if present.static IntervalTree<Instant,SimpleInterval<Instant>>
IntervalTree.onInstantTimeLine(Collection<SimpleInterval<Instant>> intervals)
Creates an interval tree for the typejava.time.Instant
filled with given simple intervals.static IntervalTree<Date,SimpleInterval<Date>>
IntervalTree.onTraditionalTimeLine(Collection<SimpleInterval<Date>> intervals)
Creates an interval tree for the legacy typejava.util.Date
filled with given simple intervals.Method parameters in net.time4j.range with type arguments of type SimpleIntervalModifier and TypeMethodDescriptionstatic IntervalTree<Instant,SimpleInterval<Instant>>
IntervalTree.onInstantTimeLine(Collection<SimpleInterval<Instant>> intervals)
Creates an interval tree for the typejava.time.Instant
filled with given simple intervals.static IntervalTree<Date,SimpleInterval<Date>>
IntervalTree.onTraditionalTimeLine(Collection<SimpleInterval<Date>> intervals)
Creates an interval tree for the legacy typejava.util.Date
filled with given simple intervals.