public interface FairDiffIterable
extends DiffIterable
Elements are compared one-by-one.
If range [a, b) is equal to [a', b'), than element(a + i) is equal to element(a' + i) for all i in [0, b-a)
Matched fragments are guaranteed to have same length.
Method Summary
Methods inherited from interface com.intellij.diff.comparison.iterables.DiffIterable