| Package | Description | 
|---|---|
| org.apache.commons.text.diff | Provides algorithms for diff between strings. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplacementsFinder<T>This class handles sequences of replacements resulting from a comparison. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | KeepCommand. accept(CommandVisitor<T> visitor)Accept a visitor. | 
| void | InsertCommand. accept(CommandVisitor<T> visitor)Accept a visitor. | 
| abstract void | EditCommand. accept(CommandVisitor<T> visitor)Accept a visitor. | 
| void | DeleteCommand. accept(CommandVisitor<T> visitor)Accept a visitor. | 
| void | EditScript. visit(CommandVisitor<T> visitor)Visit the script. | 
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.