| Class and Description |
|---|
| Change
Class representing one diff operation.
|
| Diff
Diff.
|
| DiffBase
DiffBase
|
| DiffOptions
Options for diff.
|
| Operation
The data structure representing a diff is a Linked list of DiffBase objects:
{Change(Operation.DELETE, "Hello"), Change(Operation.INSERT, "Goodbye"),
Change(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
|
Copyright © 2017. All rights reserved.