public static class DiffHelper.Diff extends Object
| Modifier and Type | Field and Description |
|---|---|
DiffHelper.Operation |
operation
One of: INSERT, DELETE or EQUAL.
|
AttributedString |
text
The text associated with this diff operation.
|
| Constructor and 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 © 2018. All rights reserved.