| Package | Description |
|---|---|
| name.fraser.neil.plaintext |
| Class and Description |
|---|
| DiffMatchPatch.Diff
Class representing one diff operation.
|
| DiffMatchPatch.Operation
-
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
|
| DiffMatchPatch.Patch
Class representing one patch operation.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.