Uses of Class
org.hippoecm.frontend.plugins.standards.diff.LCS.Change
-
Uses of LCS.Change in org.hippoecm.frontend.plugins.standards.diff
Modifier and TypeMethodDescriptionstatic <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.