Eidola home

org.eidola.util
Class ListDiff.Step

java.lang.Object
  |
  +--org.eidola.util.ListDiff.Step
Direct Known Subclasses:
ListDiff.Insert, ListDiff.Move, ListDiff.Remove
Enclosing class:
ListDiff

public abstract class ListDiff.Step
extends Object

A step in a list transformation.


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

Constructor Detail

ListDiff.Step

public ListDiff.Step(Object object,
                     int index)
Method Detail

getObject

public Object getObject()

getIndex

public int getIndex()

Eidola home