Modifier and Type | Field and Description |
---|---|
int |
max
The maximum value specified in the query, inclusive.
|
int |
min
The minimum value specified in the query, inclusive.
|
String |
prefix
The prefix of the query, before the range component.
|
Constructor and Description |
---|
RangeUtil.Range(String prefix,
int min,
int max) |
public final String prefix
public final int min
public final int max
public RangeUtil.Range(String prefix, int min, int max)