public class Range
extends java.lang.Object
start to end,
 inclusive.| Constructor and Description | 
|---|
| Range(int start,
     int end) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | contains(int i) | 
| int | getEnd() | 
| int | getStart() | 
| java.lang.String | toString() |