| Modifier and Type | Method and Description |
|---|---|
static <D extends CalendarVariant<D>> |
SimpleInterval.on(CalendarFamily<D> family,
String variant)
Defines a timeline on which new generic calendar intervals can be created.
|
static <U,T extends TimePoint<U,T>> |
SimpleInterval.on(TimeAxis<U,T> axis)
Defines a timeline on which new generic intervals can be created.
|
static SimpleInterval.Factory<Instant> |
SimpleInterval.onInstantTimeLine()
Defines a timeline on which new intervals for the type
java.time.Instant can be created. |
static <T> SimpleInterval.Factory<T> |
SimpleInterval.onTimeLine(TimeLine<T> timeLine)
Defines a timeline on which new generic intervals can be created.
|
static SimpleInterval.Factory<Date> |
SimpleInterval.onTraditionalTimeLine()
Defines a timeline on which new intervals for the type
java.util.Date can be created. |
Copyright © 2014–2018. All rights reserved.