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 aDiffResult
as an in-line diff.Splitter<E,F> Splits a composite object in multiple parts of the same type.UnifiedDiffBlock<E,F> Represents a list ofUnifiedDiffElement
s that share the same context.UnifiedDiffConfiguration<E,F> Configuration forUnifiedDiffDisplayer
.UnifiedDiffConflictElement<E> This is aConflict
representation for the unified diff.UnifiedDiffDisplayer Displays aDiffResult
as 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.