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 intPatch.findPositionFuzzy(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta) private intPatch.findPositionWithFuzz(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz) private intPatch.findPositionWithFuzzAndMoreDelta(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz, int moreDelta)