| Package | Description |
|---|---|
| difflib |
The
difflib package
implements general operation with diff files. |
| difflib.myers |
The
diff.myers package
implements Gene Myers'
differencing algorithm. |
| 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 |
MyersDiff<T>
A clean-room implementation of
Eugene Myers differencing algorithm.
|
Copyright © 2015. All rights reserved.