| AbstractDelta<T> |
Abstract delta between a source and a target.
|
| ChangeDelta<T> |
Describes the change-delta between original and revised texts.
|
| Chunk<T> |
Holds the information about the part of text involved in the diff process
|
| DeleteDelta<T> |
Describes the delete-delta between original and revised texts.
|
| EqualDelta<T> |
This delta contains equal lines of data.
|
| InsertDelta<T> |
Describes the add-delta between original and revised texts.
|
| Patch<T> |
Describes the patch holding all deltas between the original and revised
texts.
|
| Patch.PatchApplyingContext<T> |
|