Uses of Interface
com.github.difflib.algorithm.DiffAlgorithmFactory
Packages that use DiffAlgorithmFactory
-
Uses of DiffAlgorithmFactory in com.github.difflib
Fields in com.github.difflib declared as DiffAlgorithmFactoryModifier and TypeFieldDescription(package private) static DiffAlgorithmFactory
DiffUtils.DEFAULT_DIFF
This factory generates the DEFAULT_DIFF algorithm for all these routines.Methods in com.github.difflib with parameters of type DiffAlgorithmFactoryModifier and TypeMethodDescriptionstatic void
DiffUtils.withDefaultDiffAlgorithmFactory
(DiffAlgorithmFactory factory) -
Uses of DiffAlgorithmFactory in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return DiffAlgorithmFactoryModifier and TypeMethodDescriptionstatic 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.