Uses of Interface
net.innig.collect.ListMutator

Packages that use ListMutator
net.innig.collect   
 

Uses of ListMutator in net.innig.collect
 

Classes in net.innig.collect that implement ListMutator
 class DefaultListMutator
          Applies the steps of a list diff to another list.
 

Methods in net.innig.collect with parameters of type ListMutator
 void ListDiff.applySteps(ListMutator mutator)
          Walks a ListMutator through the sequence of steps which transform the old list into the new.