| Package | Description |
|---|---|
| com.github.difflib | |
| com.github.difflib.algorithm.jgit | |
| com.github.difflib.algorithm.myers |
| Modifier and Type | Method and Description |
|---|---|
static <T> Patch<T> |
DiffUtils.diff(List<T> original,
List<T> revised,
DiffAlgorithm<T> algorithm)
Computes the difference between the original and revised list of elements with default diff algorithm
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistogramDiff<T>
HistorgramDiff using JGit - Library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MyersDiff<T>
A clean-room implementation of Eugene Myers greedy differencing algorithm.
|
Copyright © 2009–2017 java-diff-utils. All rights reserved.