1.6.3: Streaming for interval-operations
This is a minor release it implements the overlapStream()
method:
public Stream<IInterval> overlapStream(final IInterval query)
and provides protected
access to the root
of the tree
:
protected IntervalTreeNode getRoot()
In addition three new methods were added to the TimeUtils
:
createTimestampList
: creates a list of days between the specified start (inclusive) and end (inclusive).firstOfCurrentMonthTime
: get first timestamp of current monthformat
: formats different timestamps for different timezones
@ Maven Central
@ GitHub