T - The type of the compared elements in the 'lines'.public interface Equalizer<T>
| Modifier and Type | Field and Description |
|---|---|
static Equalizer<?> |
DEFAULT_EQUALIZER
Default equalizer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(T original,
T revised)
Indicates if two elements are equal according to the diff mechanism.
|
static final Equalizer<?> DEFAULT_EQUALIZER
Object.equals(Object) to compare objects.