|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.query.StringRange
public final class StringRange
This class stores a string range for index access.
Field Summary | |
---|---|
byte[] |
max
Maximum value. |
byte[] |
min
Minimum value. |
boolean |
mni
Include minimum value. |
boolean |
mxi
Include maximum value. |
IndexType |
type
Index type. |
Constructor Summary | |
---|---|
StringRange(IndexType it,
byte[] mn,
boolean in,
byte[] mx,
boolean ix)
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 byte[] min
public final boolean mni
public final byte[] max
public final boolean mxi
Constructor Detail |
---|
public StringRange(IndexType it, byte[] mn, boolean in, byte[] mx, boolean ix)
it
- index type (text or attribute)mn
- minimum valuein
- include minimum valuemx
- maximum valueix
- include 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 |