org.eidola.util
Class ListDiff.Insert
java.lang.Object
|
+--org.eidola.util.ListDiff.Step
|
+--org.eidola.util.ListDiff.Insert
- Enclosing class:
- ListDiff
- public class ListDiff.Insert
- extends ListDiff.Step
A list transformation step: insert an object at a given position.
After the step, the length of the list has increased by one, and the
item which was at index
is now at index+1
.
ListDiff.Insert
public ListDiff.Insert(Object object,
int index)
toString
public String toString()
- Overrides:
toString
in class Object