Uses of Class
io.keikai.doc.collab.lib0.SimpleDiff
Packages that use SimpleDiff
-
Uses of SimpleDiff in io.keikai.doc.collab.lib0
Methods in io.keikai.doc.collab.lib0 that return SimpleDiffModifier and TypeMethodDescriptionstatic <T> SimpleDiff<T[]>Diff.simpleDiffArray(T[] a, T[] b) Create a diff between two arrays.static <T> SimpleDiff<T[]>Diff.simpleDiffArray(T[] a, T[] b, BiPredicate<T, T> compare) Create a diff between two arrays.static SimpleDiff<String>Diff.simpleDiffString(String a, String b) Create a diff between two strings.static SimpleDiff<String>Diff.simpleDiffStringWithCursor(String a, String b, int cursor) Diff text and try to diff at the current cursor position.