Uses of Class
net.time4j.range.SimpleInterval.Factory
Packages that use SimpleInterval.Factory
-
Uses of SimpleInterval.Factory in net.time4j.range
Methods in net.time4j.range that return SimpleInterval.FactoryModifier 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.Instantcan be created.static SimpleInterval.Factory<Date>SimpleInterval.onTraditionalTimeLine()Defines a timeline on which new intervals for the typejava.util.Datecan be created.