Uses of Class
com.github.difflib.text.deltamerge.InlineDeltaMergeInfo
Packages that use InlineDeltaMergeInfo
-
Uses of InlineDeltaMergeInfo in com.github.difflib.text
Fields in com.github.difflib.text with type parameters of type InlineDeltaMergeInfoModifier and TypeFieldDescriptionstatic final Function<InlineDeltaMergeInfo, List<AbstractDelta<String>>> DiffRowGenerator.DEFAULT_INLINE_DELTA_MERGERprivate Function<InlineDeltaMergeInfo, List<AbstractDelta<String>>> DiffRowGenerator.Builder.inlineDeltaMergerprivate final Function<InlineDeltaMergeInfo, List<AbstractDelta<String>>> DiffRowGenerator.inlineDeltaMergerstatic final Function<InlineDeltaMergeInfo, List<AbstractDelta<String>>> DiffRowGenerator.WHITESPACE_EQUALITIES_MERGERMerge diffs which are separated by equalities consisting of whitespace only.Method parameters in com.github.difflib.text with type arguments of type InlineDeltaMergeInfoModifier and TypeMethodDescriptionDiffRowGenerator.Builder.inlineDeltaMerger(Function<InlineDeltaMergeInfo, List<AbstractDelta<String>>> inlineDeltaMerger) Provide an inline delta merger for use case specific delta optimizations. -
Uses of InlineDeltaMergeInfo in com.github.difflib.text.deltamerge
Methods in com.github.difflib.text.deltamerge with parameters of type InlineDeltaMergeInfoModifier and TypeMethodDescriptionstatic List<AbstractDelta<String>> DeltaMergeUtils.mergeInlineDeltas(InlineDeltaMergeInfo deltaMergeInfo, Predicate<List<String>> replaceEquality)