
pw.prok.kdiff.diff.Equalizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kDiff Show documentation
Show all versions of kDiff Show documentation
Library for generating and applying diff/patch files
The newest version!
package pw.prok.kdiff.diff;
/**
* Specifies when two compared elements in the Myers algorithm are equal.
*
* @param The type of the compared elements in the 'lines'.
*/
public interface Equalizer {
/**
* Default equalizer. Using {@link Object#equals(Object)} to compare objects.
*/
Equalizer> DEFAULT_EQUALIZER = new Equalizer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy