compare

fun <T : RangeValue> compare(oldSets: List<RangeSet<T>>, newSets: List<RangeSet<T>>, textDiff: ChangeDesc, comparator: RangeComparator<T>, minPointSize: Int = -1)

Iterate over two groups of sets, calling methods on comparator to notify it of possible differences.