T - The type of the compared elements in the 'lines'.public interface Equalizer<T>
Specifies when two compared elements in the Myers algorithm are equal.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(T original,
T revised)
Indicates if two elements are equal according to the diff mechanism.
|
Copyright © 2014–2016 AssertJ. All rights reserved.