Uses of Class
org.apache.commons.collections4.sequence.EditCommand
-
Packages that use EditCommand Package Description org.apache.commons.collections4.sequence This package provides classes to compare two sequences of objects. -
-
Uses of EditCommand in org.apache.commons.collections4.sequence
Subclasses of EditCommand in org.apache.commons.collections4.sequence Modifier and Type Class Description classDeleteCommand<T>Command representing the deletion of one object of the first sequence.classInsertCommand<T>Command representing the insertion of one object of the second sequence.classKeepCommand<T>Command representing the keeping of one object present in both sequences.
-