public class DiffLines extends DiffBase
| Constructor and Description |
|---|
DiffLines(String text1,
String text2) |
DiffLines(String text1,
String text2,
DiffOptions options) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Change> |
getChangeList()
Get the list of changes per line.
|
equals, getOptions, hashCode, levenshtein, prettyHtml, text1, text2, toDelta, toString, xIndexpublic DiffLines(String text1, String text2, DiffOptions options)
public LinkedList<Change> getChangeList()
getChangeList in class DiffBaseCopyright © 2017. All rights reserved.