static Comparator intRangeComparatorByStart() { ret (a, b) -> cmp(a.start, b.start); }