Package org.basex.index.query
Class NumericRange
java.lang.Object
org.basex.index.query.NumericRange
- All Implemented Interfaces:
IndexSearch
This class stores a numeric range for index access.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
public final double minMinimum value. -
max
public final double maxMaximum value.
-
-
Constructor Details
-
NumericRange
Constructor.- Parameters:
type- index typemin- minimum valuemax- maximum value
-
-
Method Details
-
type
Description copied from interface:IndexSearchReturns the index type.- Specified by:
typein interfaceIndexSearch- Returns:
- type
-
token
public byte[] token()Description copied from interface:IndexSearchReturns the current token.- Specified by:
tokenin interfaceIndexSearch- Returns:
- token
-