public final class OperationsSlideMerger extends Object implements IDiffOptimizationOperation
Represents a class to identifies single edits that are surrounded by equalities and merge it with left or right equal operation.
Constructor and Description |
---|
OperationsSlideMerger() |
Modifier and Type | Method and Description |
---|---|
void |
execute(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Identifies single edits that are surrounded by equalities
and merge it with left or right equal operation.
|
public final void execute(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffs)
Identifies single edits that are surrounded by equalities and merge it with left or right equal operation.
execute
in interface IDiffOptimizationOperation
diffs
- List of edits.Copyright © 2025 Aspose. All Rights Reserved.