Searched defs:IntervalSet (Results 1 – 3 of 3) sorted by relevance
52 public class IntervalSet implements IntSet { class59 public IntervalSet() { in IntervalSet() method in IntervalSet63 public IntervalSet(List<Interval> intervals) { in IntervalSet() method in IntervalSet
76 MultiMap<IntervalSet, Integer> edgeMap) in LL1DFA()
290 typedef std::set<IntervalInfo, decltype(&lowestEndPoint)> IntervalSet; in apply() typedef