All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description InlineDiffChunk<E> A group of consecutive elements that are targeted by the same operation (add, remove, keep) in an in-line diff.InlineDiffChunk.Type The possible types of chunks you can find within an in-line diff.InlineDiffDisplayer Displays aDiffResultas an in-line diff.Splitter<E,F> Splits a composite object in multiple parts of the same type.UnifiedDiffBlock<E,F> Represents a list ofUnifiedDiffElements that share the same context.UnifiedDiffConfiguration<E,F> Configuration forUnifiedDiffDisplayer.UnifiedDiffConflictElement<E> This is aConflictrepresentation for the unified diff.UnifiedDiffDisplayer Displays aDiffResultas a unified diff.UnifiedDiffElement<E,F> Wraps the elements that are compared to produce a diff, holding information like their index and type of change (added, removed, unmodified) to simplify the process of displaying them in an unified diff.UnifiedDiffElement.Type The possible types of elements you can find within a unified diff.