Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ next
Method
next
basex-core/src/main/java/org/basex/query/value/map/XQMap.java:140–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
@Override
141
public
Entry next() {
142
final
long c = i++;
143
return
new
Entry(keyAt(c), valueAt(c));
144
}
145
};
146
}
147
Callers
nothing calls this directly
Calls
6
next
Method · 0.65
iter
Method · 0.65
keyAt
Method · 0.45
valueAt
Method · 0.45
hasNext
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected