Uses of Class
org.mantoux.delta.diff_match_patch.LinesToCharsResult
-
-
Uses of diff_match_patch.LinesToCharsResult in org.mantoux.delta
Methods in org.mantoux.delta that return diff_match_patch.LinesToCharsResult Modifier and Type Method Description protected diff_match_patch.LinesToCharsResultdiff_match_patch. diff_linesToChars(String text1, String text2)Split two texts into a list of strings.
-