Uses of Class
com.github.difflib.patch.Patch.PatchApplyingContext
Packages that use Patch.PatchApplyingContext
-
Uses of Patch.PatchApplyingContext in com.github.difflib.patch
Methods in com.github.difflib.patch with parameters of type Patch.PatchApplyingContextModifier and TypeMethodDescriptionprivate 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)