Uses of Interface
net.time4j.engine.TimeLine
Package
Description
Defines the common generic schemes and interfaces of chronological
systems.
Interval support.
-
Uses of TimeLine in net.time4j.engine
Modifier and TypeClassDescriptionclass
A 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.Modifier 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.Modifier 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
Modifier 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.Modifier 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.