public static class RangeUtil.Range
extends java.lang.Object
| 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.
|
java.lang.String |
prefix
The prefix of the query, before the range component.
|
| Constructor and Description |
|---|
RangeUtil.Range(java.lang.String prefix,
int min,
int max) |