Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ nextToken
Method
nextToken
basex-core/src/main/java/org/basex/util/ft/FTLexer.java:154–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
@Override
155
public
byte[] nextToken() {
156
ctxt = iter.nextToken();
157
return
ctxt;
158
}
159
160
/**
161
* Returns total number of tokens.
Callers
10
next
Method · 0.95
unique
Method · 0.95
indexAccessible
Method · 0.95
tokens
Method · 0.95
iter
Method · 0.95
count
Method · 0.95
credits
Method · 0.45
build
Method · 0.45
buildLayout
Method · 0.45
hasNext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected