Package | Description |
---|---|
com.github.difflib.patch |
Modifier and Type | Method and 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) |