Package | Description |
---|---|
org.hippoecm.frontend.plugins.standards.diff |
Modifier and Type | Method and 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> |
LCS.getSerializableChangeSet(T[] a,
T[] b)
Constructs the minimal changeset to turn the first array into the second one.
|
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.