net.innig.collect
Class ListDiff.Step

java.lang.Object
  extended by net.innig.collect.ListDiff.Step
Direct Known Subclasses:
ListDiff.Insert, ListDiff.Move, ListDiff.Remove
Enclosing class:
ListDiff

public abstract class ListDiff.Step
extends java.lang.Object

A step in a list transformation.


Method Summary
 int getIndex()
           
 java.lang.Object getObject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObject

public java.lang.Object getObject()

getIndex

public int getIndex()