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