public class HistogramDiff<T> extends Object implements DiffAlgorithmI<T>
Constructor and Description |
---|
HistogramDiff() |
Modifier and Type | Method and Description |
---|---|
List<Change> |
computeDiff(List<T> source,
List<T> target,
DiffAlgorithmListener progress)
Computes the changeset to patch the source list to the target list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
computeDiff
public List<Change> computeDiff(List<T> source, List<T> target, DiffAlgorithmListener progress) throws DiffException
DiffAlgorithmI
computeDiff
in interface DiffAlgorithmI<T>
source
- source datatarget
- target dataprogress
- progress listenerDiffException
Copyright © 2009–2018 java-diff-utils. All rights reserved.