Searched refs:startsAfterDisjoint (Results 1 – 1 of 1) sorted by relevance
87 public boolean startsAfterDisjoint(Interval other) { in startsAfterDisjoint() method in Interval98 return startsBeforeDisjoint(other) || startsAfterDisjoint(other); in disjoint()