Class Patch.PatchApplyingContext<T>
java.lang.Object
com.github.difflib.patch.Patch.PatchApplyingContext<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanint// passing values from find to applyintintfinal int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
result
-
maxFuzz
public final int maxFuzz -
lastPatchEnd
public int lastPatchEnd -
currentFuzz
public int currentFuzz// passing values from find to apply -
defaultPosition
public int defaultPosition -
beforeOutRange
public boolean beforeOutRange -
afterOutRange
public boolean afterOutRange
-
-
Constructor Details
-
PatchApplyingContext
-