Package com.github.difflib.algorithm
Interface DiffAlgorithmFactory
public interface DiffAlgorithmFactory
Tool to create new instances of a diff algorithm. This one is only needed at the moment to
set DiffUtils default diff algorithm.
-
Method Summary
Modifier and TypeMethodDescription<T> DiffAlgorithmI<T> create()<T> DiffAlgorithmI<T> create(BiPredicate<T, T> equalizer)
-
Method Details
-
create
-
create
-