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