Uses of Class
org.apache.commons.collections4.sequence.DeleteCommand
-
Packages that use DeleteCommand Package Description org.apache.commons.collections4.sequence This package provides classes to compare two sequences of objects. -
-
Uses of DeleteCommand in org.apache.commons.collections4.sequence
Methods in org.apache.commons.collections4.sequence with parameters of type DeleteCommand Modifier and Type Method Description void
EditScript. append(DeleteCommand<T> command)
Add a delete command to the script.
-