public static class MultiTypeState.Range extends Object
for(int i = left; i < right; i++) {} . A range with left equal to
right is an empty range.| Modifier and Type | Field and Description |
|---|---|
protected int |
right
An exclusive right end point.
|
| Modifier and Type | Method and Description |
|---|---|
protected static MultiTypeState.Range |
range(int up,
int low) |
String |
toString() |
protected static MultiTypeState.Range range(int up, int low)