| Class | Description |
|---|---|
| Chunk<T> |
Holds the information about the part of text involved in the diff process
Text is represented as Object[] because the diff engine is
capable of handling more than plain ascci. |
| Pair<F,S> | |
| Pair.ImmutablePair<F,S> | |
| Pair.MutablePair<F,S> | |
| Patch<T,R extends PatchResult<T>> |
Describes the patch holding all deltas between the original and revised texts.
|
| PatchResult<T> |
| Enum | Description |
|---|---|
| StringUtills |
| Exception | Description |
|---|---|
| PatchFailedException |
Thrown whenever a delta cannot be applied as a patch to a given text.
|