| Class | Description |
|---|---|
| DiffDescription |
A class describing a diff.
|
| DifferBase<T> |
Base class for the code that produces a
DiffDescription for two
elements. |
| LineBasedDiffer |
Class for calculating a line-based diff.
|
| RegionDiffer |
Class for calculating diff based on given regions.
|
| TextChunk |
Class describing a substring of the diffed text as used for the diff
algorithms.
|