| Package | Description |
|---|---|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SimpleInterval.Factory<T> |
SimpleInterval.on(TimeLine<T> timeLine)
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 SimpleInterval.Factory<Date> |
SimpleInterval.onTraditionalTimeLine()
Defines a timeline on which new intervals for the type
java.util.Date can be created. |
Copyright © 2014–2021. All rights reserved.