Uses of Package
org.apache.commons.collections4.sequence

Packages that use org.apache.commons.collections4.sequence
org.apache.commons.collections4.sequence This package provides classes to compare two sequences of objects. 
 

Classes in org.apache.commons.collections4.sequence used by org.apache.commons.collections4.sequence
CommandVisitor
          This interface should be implemented by user object to walk through EditScript objects.
DeleteCommand
          Command representing the deletion of one object of the first sequence.
EditCommand
          Abstract base class for all commands used to transform an objects sequence into another one.
EditScript
          This class gathers all the commands needed to transform one objects sequence into another objects sequence.
InsertCommand
          Command representing the insertion of one object of the second sequence.
KeepCommand
          Command representing the keeping of one object present in both sequences.
ReplacementsHandler
          This interface is devoted to handle synchronized replacement sequences.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.