public final class NumericRange extends java.lang.Object implements IndexToken
IndexToken.IndexType| Modifier and Type | Field and Description |
|---|---|
double |
max
Maximum value.
|
double |
min
Minimum value.
|
IndexToken.IndexType |
type
Index type.
|
| Constructor and Description |
|---|
NumericRange(IndexToken.IndexType it,
double mn,
double mx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get()
Returns the current token.
|
IndexToken.IndexType |
type()
Returns the index type.
|
public final IndexToken.IndexType type
public final double min
public final double max
public NumericRange(IndexToken.IndexType it, double mn, double mx)
it - index typemn - minimum valuemx - maximum valuepublic IndexToken.IndexType type()
IndexTokentype in interface IndexTokenpublic byte[] get()
IndexTokenget in interface IndexToken