| Class | Description |
|---|---|
| Diff<T> |
Compares two collections, returning a list of the additions, changes, and
deletions between them.
|
| Differ<ObjectType,DiffType extends Difference> |
Compares two collections, returning a list of the additions, changes, and
deletions between them.
|
| Difference |
Represents a difference, as used in
Diff. |
| LCS<ObjectType> | |
| LCSTable |
The links as used in the Diff/LCS code.
|
| Thresholds |
The map of thresholds as used in the Diff/LCS code.
|