Uses of Class
com.dslplatform.compiler.client.diff.diff_match_patch.LinesToCharsResult
-
Packages that use diff_match_patch.LinesToCharsResult Package Description com.dslplatform.compiler.client.diff -
-
Uses of diff_match_patch.LinesToCharsResult in com.dslplatform.compiler.client.diff
Methods in com.dslplatform.compiler.client.diff that return diff_match_patch.LinesToCharsResult Modifier and Type Method Description protected diff_match_patch.LinesToCharsResultdiff_match_patch. diff_linesToChars(java.lang.String text1, java.lang.String text2)Split two texts into a list of strings.
-