| Package | Description |
|---|---|
| com.github.difflib.text | |
| com.github.difflib.text.deltamerge |
| Modifier and Type | Field and Description |
|---|---|
static Function<InlineDeltaMergeInfo,List<AbstractDelta<String>>> |
DiffRowGenerator.DEFAULT_INLINE_DELTA_MERGER |
static Function<InlineDeltaMergeInfo,List<AbstractDelta<String>>> |
DiffRowGenerator.WHITESPACE_EQUALITIES_MERGER
Merge diffs which are separated by equalities consisting of whitespace only.
|
| Modifier and Type | Method and Description |
|---|---|
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.inlineDeltaMerger(Function<InlineDeltaMergeInfo,List<AbstractDelta<String>>> inlineDeltaMerger)
Provide an inline delta merger for use case specific delta optimizations.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AbstractDelta<String>> |
DeltaMergeUtils.mergeInlineDeltas(InlineDeltaMergeInfo deltaMergeInfo,
Predicate<List<String>> replaceEquality) |
Copyright © 2009–2025 java-diff-utils. All rights reserved.