MCPcopy 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

nextMethod · 0.65
iterMethod · 0.65
keyAtMethod · 0.45
valueAtMethod · 0.45
hasNextMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected