public final class ValuesToken extends java.lang.Object implements IndexToken
IndexToken.IndexType| Constructor and Description |
|---|
ValuesToken(IndexToken.IndexType it,
byte[] tok)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get()
Returns the current token.
|
IndexToken.IndexType |
type()
Returns the index type.
|
public ValuesToken(IndexToken.IndexType it, byte[] tok)
it - index typetok - tokenpublic IndexToken.IndexType type()
IndexTokentype in interface IndexTokenpublic byte[] get()
IndexTokenget in interface IndexToken