|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.ValuesToken
public final class ValuesToken
This class defines access to index text tokens.
Constructor Summary | |
---|---|
ValuesToken(Data.Type t,
byte[] tok)
Constructor. |
Method Summary | |
---|---|
byte[] |
get()
Returns the current token. |
Data.Type |
type()
Returns the index type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValuesToken(Data.Type t, byte[] tok)
t
- index typetok
- tokenMethod Detail |
---|
public Data.Type 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 |