Uses of Class
com.github.difflib.text.DiffRow
-
Packages that use DiffRow Package Description com.github.difflib.text -
-
Uses of DiffRow in com.github.difflib.text
Methods in com.github.difflib.text that return types with arguments of type DiffRow Modifier and Type Method Description 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.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.
-