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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeDiffpublic List<Change> computeDiff(List<T> source, List<T> target, DiffAlgorithmListener progress)
computeDiff in interface DiffAlgorithmI<T>Copyright © 2009–2024 java-diff-utils. All rights reserved.