public static class DiffHelper.Diff extends Object
| Modifier and Type | Field | Description |
|---|---|---|
DiffHelper.Operation |
operation |
One of: INSERT, DELETE or EQUAL.
|
AttributedString |
text |
The text associated with this diff operation.
|
| Constructor | Description |
|---|---|
Diff(DiffHelper.Operation operation,
AttributedString text) |
Constructor.
|
public final DiffHelper.Operation operation
public final AttributedString text
public Diff(DiffHelper.Operation operation, AttributedString text)
operation - One of INSERT, DELETE or EQUAL.text - The text being applied.Copyright © 2020. All rights reserved.