| Class | Description |
|---|---|
| Bisect |
Bisect
|
| Change |
Class representing one diff operation.
|
| Diff |
Diff.
|
| DiffBase |
DiffBase
|
| DiffOptions |
Options for diff.
|
| Enum | Description |
|---|---|
| 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 © 2016. All rights reserved.