| Interface | Description |
|---|---|
| Equalizer<T> |
Specifies when two compared elements in the Myers algorithm are equal.
|
| Class | Description |
|---|---|
| DiffNode |
A diffnode in a diffpath.
|
| MyersDiff<T,R extends PatchResult<T>> |
A clean-room implementation of
Eugene Myers differencing algorithm.
|
| PathNode |
A node in a diffpath.
|
| Snake |
Represents a snake in a diffpath.
|
| Exception | Description |
|---|---|
| DifferentiationFailedException |
Thrown whenever the differencing engine cannot produce the differences
between two revisions of ta text.
|