MCPcopy Create free account
hub / github.com/BaseXdb/basex / iter

Method iter

basex-core/src/main/java/org/basex/query/value/Value.java:84–87  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

82 public abstract Item itemAt(long index);
83
84 @Override
85 public final BasicIter<Item> iter(final QueryContext qc) {
86 return iter();
87 }
88
89 @Override
90 public Iterator<Item> iterator() {

Callers 10

valueMethod · 0.95
valueMethod · 0.95
iterMethod · 0.95
iterMethod · 0.95
nodesMethod · 0.95
iterMethod · 0.95
bytesToB64Method · 0.95
findMethod · 0.95
nextMethod · 0.95
iteratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected