|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.query.NumericRange
public final class NumericRange
This class stores a numeric range for index access.
Field Summary | |
---|---|
double |
max
Maximum value. |
double |
min
Minimum value. |
IndexType |
type
Index type. |
Constructor Summary | |
---|---|
NumericRange(IndexType it,
double mn,
double mx)
Constructor. |
Method Summary | |
---|---|
byte[] |
get()
Returns the current token. |
IndexType |
type()
Returns the index type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final IndexType type
public final double min
public final double max
Constructor Detail |
---|
public NumericRange(IndexType it, double mn, double mx)
it
- index typemn
- minimum valuemx
- maximum valueMethod Detail |
---|
public IndexType type()
IndexToken
type
in interface IndexToken
public byte[] get()
IndexToken
get
in interface IndexToken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |