Uses of Class
com.github.difflib.patch.Patch.PatchApplyingContext
-
Packages that use Patch.PatchApplyingContext Package Description com.github.difflib.patch -
-
Uses of Patch.PatchApplyingContext in com.github.difflib.patch
Methods in com.github.difflib.patch with parameters of type Patch.PatchApplyingContext Modifier and Type Method Description private int
Patch. findPositionFuzzy(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta)
private int
Patch. findPositionWithFuzz(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz)
private int
Patch. findPositionWithFuzzAndMoreDelta(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz, int moreDelta)
-