| Interface | Description |
|---|---|
| DiffAlgorithm<T,R extends PatchResult<T>> |
The general interface for computing diffs between two lists of elements of type T.
|
| DiffVisitor<T,C> | |
| Equalizer<T> |
Specifies when two compared elements in the Myers algorithm are equal.
|
| Class | Description |
|---|---|
| DiffParser<T,C,Visitor extends DiffVisitor<T,C>> | |
| DiffRow |
Describes the diff row in form [tag, oldLine, newLine) for showing the
difference between two texts
|
| DiffRowGenerator |
This class for generating DiffRows for side-by-sidy view.
|
| DiffRowGenerator.Builder |
This class used for building the DiffRowGenerator.
|
| DiffUtils |
Implements the difference and patching engine
|
| Enum | Description |
|---|---|
| DiffRow.Tag |
| Exception | Description |
|---|---|
| DiffException |
Base class for all exceptions emanating from this package.
|