Uses of Class
net.time4j.range.SimpleInterval.Factory
-
Uses of SimpleInterval.Factory in net.time4j.range
Modifier and TypeMethodDescriptionstatic <T> SimpleInterval.Factory<T>
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 typejava.time.Instant
can be created.static SimpleInterval.Factory<Date>
SimpleInterval.onTraditionalTimeLine()
Defines a timeline on which new intervals for the typejava.util.Date
can be created.