Eidola home

org.eidola.util
Class ListDiff.Remove

java.lang.Object
  |
  +--org.eidola.util.ListDiff.Step
        |
        +--org.eidola.util.ListDiff.Remove
Enclosing class:
ListDiff

public 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(Object object, int index)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.eidola.util.ListDiff.Step
getIndex, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListDiff.Remove

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

toString

public String toString()
Overrides:
toString in class Object

Eidola home