|
Eidola home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.eidola.util.ListDiff.Step
|
+--org.eidola.util.ListDiff.Insert
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.
| Constructor Summary | |
ListDiff.Insert(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 |
public ListDiff.Insert(Object object,
int index)
| Method Detail |
public String toString()
toString in class Object
|
Eidola home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||