Skip to content

1.6.3: Streaming for interval-operations

Compare
Choose a tag to compare
@pmeisen pmeisen released this 09 Nov 02:20
· 68 commits to master since this release

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 month
  • format: formats different timestamps for different timezones

@ Maven Central
@ GitHub