Uses of Class
org.apache.commons.collections4.sequence.EditCommand
Packages that use EditCommand
-
Uses of EditCommand in org.apache.commons.collections4.sequence
Subclasses of EditCommand in org.apache.commons.collections4.sequenceModifier and TypeClassDescriptionclass
Command representing the deletion of one object of the first sequence.class
Command representing the insertion of one object of the second sequence.class
KeepCommand<T>
Command representing the keeping of one object present in both sequences.