Uses of Interface
com.github.difflib.algorithm.DiffAlgorithmFactory
-
Packages that use DiffAlgorithmFactory Package Description com.github.difflib com.github.difflib.algorithm.myers -
-
Uses of DiffAlgorithmFactory in com.github.difflib
Methods in com.github.difflib with parameters of type DiffAlgorithmFactory Modifier and Type Method Description static voidDiffUtils. withDefaultDiffAlgorithmFactory(DiffAlgorithmFactory factory) -
Uses of DiffAlgorithmFactory in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return DiffAlgorithmFactory Modifier and Type Method Description static DiffAlgorithmFactoryMeyersDiff. factory()Factory to create instances of this specific diff algorithm.static DiffAlgorithmFactoryMeyersDiffWithLinearSpace. factory()Factory to create instances of this specific diff algorithm.
-