|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Equalizer | |
|---|---|
| difflib |
The difflib package
implements general operation with diff files. |
| difflib.myers |
The diff.myers package
implements Gene Myers'
differencing algorithm. |
| Uses of Equalizer in difflib |
|---|
| Methods in difflib with parameters of type Equalizer | ||
|---|---|---|
static
|
DiffUtils.diff(List<T> original,
List<T> revised,
Equalizer<T> equalizer)
Computes the difference between the original and revised list of elements with default diff algorithm |
|
| Uses of Equalizer in difflib.myers |
|---|
| Constructors in difflib.myers with parameters of type Equalizer | |
|---|---|
MyersDiff(Equalizer<T> equalizer)
Constructs an instance of the Myers differencing algorithm. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||