Interface Equalizer<T>
- Type Parameters:
T- The type of the compared elements in the 'lines'.
public interface Equalizer<T>
Copy from https://code.google.com/p/java-diff-utils/.
Specifies when two compared elements in the Myers algorithm are equal.
-
Method Summary
-
Method Details
-
equals
-