public class Range extends Object
| Constructor and Description |
|---|
Range(int from,
int to)
Create a Range object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFrom()
Get the from value.
|
int |
getTo()
Get the to value.
|
static Range |
valueOf(String value)
Get a Range object from a header value.
|