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

Method next

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

This method is required by Iterator interface It is a wrapper for #nextSolution() @see java.util.Iterator#next()

()

Source from the content-addressed store, hash-verified

247 * @see java.util.Iterator#next()
248 */
249 public Map<String, Term> next() {
250 return nextSolution();
251 }
252
253 /**
254 * This method (required by Iterator interface) is a no-op

Callers 6

allSolutionsMethod · 0.95
nSolutionsMethod · 0.95
mainMethod · 0.95
getLoopMethod · 0.80
subsToStringMethod · 0.80
toStringMethod · 0.80

Calls 1

nextSolutionMethod · 0.95

Tested by

no test coverage detected