|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object flattree.process.Range
public class Range
A range in a Line
.
Position.getIndex()
Constructor Summary | |
---|---|
Range(int from,
int to)
Create a range for the given from and to indices. |
Method Summary | |
---|---|
int |
getFrom()
Get the index this range starts from. |
int |
getTo()
Get the index this range reaches to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Range(int from, int to)
from
- from indexto
- to indexMethod Detail |
---|
public int getFrom()
public int getTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |