MCPcopy 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

simplifyMethod · 0.45
filterMethod · 0.45
cacheMethod · 0.45
compileMethod · 0.45
flattenAndMethod · 0.45
unusedVarsMethod · 0.45
unnestFLWRMethod · 0.45
optimizeOrderByMethod · 0.45
countMethod · 0.45
inlineMethod · 0.45
clauseErrorMethod · 0.45
nextMethod · 0.45

Calls 1

structSizeMethod · 0.45

Tested by

no test coverage detected