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

Method hasNext

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

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

()

Source from the content-addressed store, hash-verified

237 * @see java.util.Iterator#hasNext()
238 */
239 public boolean hasNext() {
240 return hasMoreSolutions();
241 }
242
243 /**
244 * This method is required by Iterator interface

Callers 5

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

Calls 1

hasMoreSolutionsMethod · 0.95

Tested by

no test coverage detected