Uses of Class
net.morimekta.diff.Diff
-
-
Uses of Diff in net.morimekta.diff
Methods in net.morimekta.diff that return Diff Modifier and Type Method Description static Diff
Diff. fromDelta(java.lang.String text1, java.lang.String delta)
Given the original text1, and an encoded string which describes the operations required to transform text1 into text2, compute the full diff.
-