Searched refs:startsAfter (Results 1 – 2 of 2) sorted by relevance
207 bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; } in startsAfter() function210 return !startsAfter(CS) && !endsBefore(CS); in overlaps()
84 public boolean startsAfter(Interval other) { return this.a>other.a; } in startsAfter() method in Interval