| Class | Description |
|---|---|
| ChangeDelta<T> |
Describes the change-delta between original and revised texts.
|
| DeleteDelta<T> |
Describes the delete-delta between original and revised texts.
|
| Delta<T> |
Describes the delta between original and revised texts.
|
| DeltaComparator |
Compares delta by original positions
|
| InsertDelta<T> |
Describes the add-delta between original and revised texts.
|
| Enum | Description |
|---|---|
| Delta.DeltaType |
Specifies the type of the delta.
|