public final class StringRange extends java.lang.Object implements IndexToken
IndexToken.IndexType| Modifier and Type | Field and Description |
|---|---|
byte[] |
max
Maximum value.
|
byte[] |
min
Minimum value.
|
boolean |
mni
Include minimum value.
|
boolean |
mxi
Include maximum value.
|
IndexToken.IndexType |
type
Index type.
|
| Constructor and Description |
|---|
StringRange(IndexToken.IndexType it,
byte[] mn,
boolean in,
byte[] mx,
boolean ix)
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 byte[] min
public final boolean mni
public final byte[] max
public final boolean mxi
public StringRange(IndexToken.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 valuepublic IndexToken.IndexType type()
IndexTokentype in interface IndexTokenpublic byte[] get()
IndexTokenget in interface IndexToken