Uses of Class
org.jline.utils.DiffHelper.Diff
-
Packages that use DiffHelper.Diff Package Description org.jline.utils JLine utility classes. -
-
Uses of DiffHelper.Diff in org.jline.utils
Methods in org.jline.utils that return types with arguments of type DiffHelper.Diff Modifier and Type Method Description static java.util.List<DiffHelper.Diff>
DiffHelper. diff(AttributedString text1, AttributedString text2)
Compute a list of difference between two lines.
-