MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / iterator

Method iterator

src/main/java/org/jpl7/Query.java:229–231  ·  view source on GitHub ↗

This method is required by Iterator interface a Query is its own Iterator @see java.lang.Iterable#iterator()

()

Source from the content-addressed store, hash-verified

227 * @see java.lang.Iterable#iterator()
228 */
229 public Iterator<Map<String, Term>> iterator() {
230 return this;
231 }
232
233 /**
234 * This method is required by Iterator interface

Callers 3

getLoopMethod · 0.80
subsToStringMethod · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected