Uses of Class
org.apache.commons.text.diff.EditCommand
Packages that use EditCommand
-
Uses of EditCommand in org.apache.commons.text.diff
Subclasses of EditCommand in org.apache.commons.text.diffModifier and TypeClassDescriptionclass
Command representing the deletion of one object of the first sequence.class
Command representing the insertion of one object of the second sequence.class
KeepCommand<T>
Command representing the keeping of one object present in both sequences.