OperationsMerger

Inheritance: java.lang.Object, com.aspose.pdf.comparison.diff.diffoptimization.OperationsMerger

All Implemented Interfaces: IDiffOptimizationOperation

public final class OperationsMerger extends Object implements IDiffOptimizationOperation

Represents a class to merge merge equalities and combines adjacent identical changes. It sorts and merge changes between Equals operations, because changing their order and merge does not change the result, but produces more readable output. This combines adjacent Equal operations.

Constructors

ConstructorDescription
OperationsMergerCreates an instance of {@link OperationsMerger} class.

Methods

MethodDescription
executeExecutes merges.

OperationsMerger

Creates an instance of {@link OperationsMerger} class.

execute

Executes merges.