Uses of Class
org.hippoecm.frontend.plugins.standards.diff.LCS.Change
-
Packages that use LCS.Change Package Description org.hippoecm.frontend.plugins.standards.diff -
-
Uses of LCS.Change in org.hippoecm.frontend.plugins.standards.diff
Methods in org.hippoecm.frontend.plugins.standards.diff that return types with arguments of type LCS.Change Modifier and Type Method Description static <T> List<LCS.Change<T>>
LCS. getChangeSet(T[] a, T[] b)
Constructs the minimal changeset to turn the first array into the second one.static <T extends Serializable>
List<LCS.Change<T>>LCS. getSerializableChangeSet(T[] a, T[] b)
Constructs the minimal changeset to turn the first array into the second one.
-