Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ hasNext
Method
hasNext
basex-core/src/main/java/org/basex/query/value/map/XQMap.java:135–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
private
long i;
134
135
@Override
136
public
boolean hasNext() {
137
return
i < structSize();
138
}
139
140
@Override
141
public
Entry next() {
Callers
13
simplify
Method · 0.45
filter
Method · 0.45
cache
Method · 0.45
compile
Method · 0.45
flattenAnd
Method · 0.45
unusedVars
Method · 0.45
unnestFLWR
Method · 0.45
optimizeOrderBy
Method · 0.45
count
Method · 0.45
inline
Method · 0.45
clauseError
Method · 0.45
next
Method · 0.45
Calls
1
structSize
Method · 0.45
Tested by
no test coverage detected