-
Creates a new interval between given boundaries.
Creates a new interval between given boundaries.
SimpleInterval.Factory.between(T start,
T end)
Creates a new interval between given boundaries.
Interpretes given text as interval using a localized interval pattern.
Interpretes given text as interval using given interval pattern.
SimpleInterval.Factory.since(T start)
Creates a new interval since given start.
Creates a new interval since given start.
Creates a new interval since given start.
SimpleInterval.Factory.until(T end)
Creates a new interval until given end.
Creates a new interval until given end.
Creates a new interval until given end.
Obtains the intersection of this interval and other one if present.
Creates an interval tree for the type java.time.Instant
filled with given simple intervals.
Creates an interval tree for the legacy type java.util.Date
filled with given simple intervals.
Creates an interval tree for the type java.time.Instant
filled with given simple intervals.
Creates an interval tree for the legacy type java.util.Date
filled with given simple intervals.