public static class PushbackTokenizer.Range extends java.lang.Object
| Constructor and Description |
|---|
Range(long start,
long end)
Create a new range
|
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd() |
long |
getStart() |
java.lang.String |
toString() |
public Range(long start, long end)
start - The startend - The end (inclusive)