Class Patch.PatchApplyingContext<T>

java.lang.Object
com.github.difflib.patch.Patch.PatchApplyingContext<T>
Enclosing class:
Patch<T>

private static class Patch.PatchApplyingContext<T> extends Object
  • Field Details

    • result

      public final List<T> result
    • maxFuzz

      public final int maxFuzz
    • lastPatchEnd

      public int lastPatchEnd
    • currentFuzz

      public int currentFuzz
    • defaultPosition

      public int defaultPosition
    • beforeOutRange

      public boolean beforeOutRange
    • afterOutRange

      public boolean afterOutRange
  • Constructor Details

    • PatchApplyingContext

      private PatchApplyingContext(List<T> result, int maxFuzz)