Uses of Interface
net.time4j.engine.TimeLine
Packages that use TimeLine
Package
Description
Defines the common generic schemes and interfaces of chronological
systems.
Interval support.
-
Uses of TimeLine in net.time4j.engine
Classes in net.time4j.engine that implement TimeLineModifier and TypeClassDescriptionclassA time axis is a dynamic view on a chronology where a system of registered time units is used to define a time arithmetic for any time points belonging to this time axis respective chronology.Methods in net.time4j.engine that return TimeLineModifier and TypeMethodDescriptionCalendarFamily.getTimeLine(String variant)Obtains an object which is useful for generic interval support.CalendarFamily.getTimeLine(VariantSource variant)Obtains an object which is useful for generic interval support.Methods in net.time4j.engine with parameters of type TimeLineModifier and TypeMethodDescriptionTimeAxis.Builder.withTimeLine(TimeLine<T> timeline)Defines the argument as timeline to be used for stepping forward or backwards. -
Uses of TimeLine in net.time4j.range
Methods in net.time4j.range that return TimeLineModifier and TypeMethodDescriptionstatic TimeLine<CalendarMonth>CalendarMonth.timeline()Obtains a timeline for this type.static TimeLine<CalendarQuarter>CalendarQuarter.timeline()Obtains a timeline for this type.static TimeLine<CalendarWeek>CalendarWeek.timeline()Obtains a timeline for this type.static TimeLine<CalendarYear>CalendarYear.timeline()Obtains a timeline for this type.Methods in net.time4j.range with parameters of type TimeLineModifier and TypeMethodDescriptionstatic <T> IntervalCollection<T>Yields an empty instance for intervals on given timeline.static <T, I extends ChronoInterval<T>>
IntervalTree<T,I>IntervalTree.on(TimeLine<T> timeLine, Collection<I> intervals)Creates an interval tree on a timeline filled with given intervals.static <T> SimpleInterval.Factory<T>Defines a timeline on which new generic intervals can be created.