Package | Description |
---|---|
com.github.difflib | |
com.github.difflib.algorithm.myers |
Modifier and Type | Field and Description |
---|---|
(package private) static DiffAlgorithmFactory |
DiffUtils.DEFAULT_DIFF
This factory generates the DEFAULT_DIFF algorithm for all these routines.
|
Modifier and Type | Method and Description |
---|---|
static void |
DiffUtils.withDefaultDiffAlgorithmFactory(DiffAlgorithmFactory factory) |
Modifier and Type | Method and Description |
---|---|
static DiffAlgorithmFactory |
MeyersDiff.factory()
Factory to create instances of this specific diff algorithm.
|
static DiffAlgorithmFactory |
MeyersDiffWithLinearSpace.factory()
Factory to create instances of this specific diff algorithm.
|