Uses of Class
org.apache.commons.text.diff.DeleteCommand
-
Packages that use DeleteCommand Package Description org.apache.commons.text.diff Provides algorithms for diff between strings. -
-
Uses of DeleteCommand in org.apache.commons.text.diff
Methods in org.apache.commons.text.diff with parameters of type DeleteCommand Modifier and Type Method Description void
EditScript. append(DeleteCommand<T> command)
Appends a delete command to the script.
-