public class IntervalUtils extends Object
Modifier and Type | Method and Description |
---|---|
static IntervalSet |
intersect(List<IntervalSet> intervalSets) |
static List<Interval> |
normalize(List<Interval> intervals) |
public static IntervalSet intersect(List<IntervalSet> intervalSets)
intervalSets
- a list of intervals setsCopyright © 2023. All Rights Reserved.