|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.xwing.util.SequenceUtils.ChangeInfo
A class that encapsulates the information about the change from an old sequence to a new sequence.
Method Summary | |
int |
getChangeType()
The type of change, either NO_CHANGE, INTERVAL_ADDED, INTERVAL_REMOVED, or COMPLEX_CHANGE. |
int |
getFirstIndex()
For changes of type INTERVAL_ADDED, the index in the new sequence of the first added element. |
int |
getLastIndex()
For changes of type INTERVAL_ADDED, the index in the new sequence of the last added element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getChangeType()
public int getFirstIndex()
public int getLastIndex()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |