public final class Range extends Object
Modifier and Type | Field and Description |
---|---|
int |
from
The start of the range, inclusive.
|
Range |
next
A link to allow the range to be put into a singly linked list.
|
int |
to
The end of the range, exclusive.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEndMarker() |
String |
toString() |
public int from
public int to
public Range next