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, waitcomputeDiffpublic List<Change> computeDiff(List<T> source, List<T> target, DiffAlgorithmListener progress) throws DiffException
DiffAlgorithmIcomputeDiff in interface DiffAlgorithmI<T>source - source datatarget - target dataprogress - progress listenerDiffExceptionCopyright © 2009–2018 java-diff-utils. All rights reserved.