|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflattree.flat.read.LazyReadLine
public class LazyReadLine
A line which doesn't drain() any characters.
| Field Summary |
|---|
| Fields inherited from interface flattree.flat.ReadLine |
|---|
END |
| Constructor Summary | |
|---|---|
LazyReadLine(ReadLine line)
|
|
| Method Summary | |
|---|---|
void |
drain()
Drain this line, i.e. |
int |
getColumnIndex()
Get the current column index. |
int |
getIndex()
Get the index of the current character. |
int |
getRowIndex()
Get the current row index. |
char |
read()
Read the next character. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyReadLine(ReadLine line)
| Method Detail |
|---|
public int getIndex()
Position
getIndex in interface Positionpublic int getRowIndex()
Position
getRowIndex in interface Positionpublic int getColumnIndex()
Position
getColumnIndex in interface Positionpublic char read()
ReadLine
read in interface ReadLineReadLine.ENDpublic void drain()
ReadLine
drain in interface ReadLine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||