| Package | Description | 
|---|---|
| com.github.difflib.text | 
| Modifier and Type | Method and Description | 
|---|---|
List<DiffRow> | 
DiffRowGenerator.generateDiffRows(List<String> original,
                List<String> revised)
Get the DiffRows describing the difference between original and revised texts using the given
 patch. 
 | 
List<DiffRow> | 
DiffRowGenerator.generateDiffRows(List<String> original,
                Patch<String> patch)
Generates the DiffRows describing the difference between original and revised texts using the
 given patch. 
 | 
Copyright © 2009–2020 java-diff-utils. All rights reserved.