Package com.google.gerrit.index.query
Class RangeUtil.Range
- java.lang.Object
-
- com.google.gerrit.index.query.RangeUtil.Range
-
-
Field Detail
-
prefix
public final String prefix
The prefix of the query, before the range component.
-
min
public final int min
The minimum value specified in the query, inclusive.
-
max
public final int max
The maximum value specified in the query, inclusive.
-
-
Constructor Detail
-
Range
public Range(String prefix, int min, int max)
-
-