Interface ResultElementIterator
- All Superinterfaces:
Iterator<SolutionMapping>
- All Known Implementing Classes:
ResultElementIterBase,ResultElementIterWithBinaryExecOp,ResultElementIterWithNullaryExecOp,ResultElementIterWithUnaryExecOp
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
hasNext
- Specified by:
hasNextin interfaceIterator<SolutionMapping>- Throws:
ResultElementIterException
-
next
- Specified by:
nextin interfaceIterator<SolutionMapping>- Throws:
ResultElementIterException
-