Uses of Class
net.morimekta.diff.Bisect
-
-
Uses of Bisect in net.morimekta.diff
Methods in net.morimekta.diff that return Bisect Modifier and Type Method Description static Bisect
Bisect. 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.
-