|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.diff.LineIterator
This class iterates over characters in a line. It actually iterates from the back forward.
| Constructor Summary | |
LineIterator(CharSequence sequence,
int flags,
ColumnMask[] mask)
|
|
| Method Summary | |
boolean |
hasNext()
return true if there are more chars available to be read. |
int |
index()
Returns the underlying CharSequence index of the last char retrieved. |
char |
nextChar()
Returns the next char in the underlying sequence. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LineIterator(CharSequence sequence,
int flags,
ColumnMask[] mask)
| Method Detail |
public boolean hasNext()
public char nextChar()
public int index()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||