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

Method hasMoreElements

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

This method implements part of the java.util.Enumeration interface. It is a wrapper for #hasMoreSolutions(). @return true if the Prolog query yields a (or another) solution, else false.

()

Source from the content-addressed store, hash-verified

267 * false.
268 */
269 public final boolean hasMoreElements() {
270 return hasMoreSolutions();
271 }
272
273 /**
274 * This method implements part of the java.util.Enumeration interface.

Callers

nothing calls this directly

Calls 1

hasMoreSolutionsMethod · 0.95

Tested by

no test coverage detected