net.innig.collect
Class ListDiff.Remove

java.lang.Object
  extended by net.innig.collect.ListDiff.Step
      extended by net.innig.collect.ListDiff.Remove
Enclosing class:
ListDiff

public final class ListDiff.Remove
extends ListDiff.Step

A list transformation step: remove an object at a given position. After the step, the length of the list has decreased by one.


Constructor Summary
ListDiff.Remove(java.lang.Object object, int index)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class net.innig.collect.ListDiff.Step
getIndex, getObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListDiff.Remove

public ListDiff.Remove(java.lang.Object object,
                       int index)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object