Package com.google.gerrit.index.query
Class RangeUtil.Range
java.lang.Object
com.google.gerrit.index.query.RangeUtil.Range
- Enclosing class:
- RangeUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prefix
The prefix of the query, before the range component. -
min
public final int minThe minimum value specified in the query, inclusive. -
max
public final int maxThe maximum value specified in the query, inclusive.
-
-
Constructor Details
-
Range
-