MCPcopy
hub / github.com/jOOQ/jOOQ / iterator

Method iterator

jOOQ/src/main/java/org/jooq/impl/ResultQueryTrait.java:300–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }
299
300 @Override
301 default Iterator<R> iterator() {
302 return fetch().iterator();
303 }

Callers 15

splitMethod · 0.65
writeJSONStringMethod · 0.65
toJSONStringMethod · 0.65
writeJSONStringMethod · 0.65
toJSONStringMethod · 0.65
logHistoryMethod · 0.65
sortedMethod · 0.65
formatMethod · 0.65
migrateTo1Method · 0.65
unmapMethod · 0.65
equalMethod · 0.65
accept0Method · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected