|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.query.StringToken
public final class StringToken
This class defines access to index text tokens.
Constructor Summary | |
---|---|
StringToken(IndexType it,
byte[] tok)
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 |
Constructor Detail |
---|
public StringToken(IndexType it, byte[] tok)
it
- index typetok
- tokenMethod 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 |