Class Hierarchy
- java.lang.Object
- org.apache.commons.text.diff.EditCommand<T>
- org.apache.commons.text.diff.DeleteCommand<T>
- org.apache.commons.text.diff.InsertCommand<T>
- org.apache.commons.text.diff.KeepCommand<T>
- org.apache.commons.text.diff.EditScript<T>
- org.apache.commons.text.diff.ReplacementsFinder<T> (implements org.apache.commons.text.diff.CommandVisitor<T>)
- org.apache.commons.text.diff.StringsComparator
- org.apache.commons.text.diff.EditCommand<T>
Interface Hierarchy
- org.apache.commons.text.diff.CommandVisitor<T>
- org.apache.commons.text.diff.ReplacementsHandler<T>