Class | Description |
---|---|
Interval |
Represents the, possibly empty, possibly open-ended (end timestamp is
infinite), closed-open interval
[startTimestamp, endTimestamp) . |
IntervalList | |
IntervalUtils | |
IntervalUtils.IntervalEndTimestampComparator |
Comparator that sorts Intervals based on their end timestamps.
|
IntervalUtils.IntervalStartAndEndTimestampComparator |
Comparator that sorts Intervals based on their start timestamps, and then
on their end timestamps (
IntervalUtils.IntervalEndTimestampComparator ). |
IntervalUtils.IntervalStartTimestampComparator |
Comparator that sorts Intervals based on their start timestamps.
|