Class SolutionMappingsHashTableBasedOnTwoVars.MyAllSolutionMappingsIterator
java.lang.Object
se.liu.ida.hefquin.base.datastructures.impl.SolutionMappingsHashTableBasedOnTwoVars.MyAllSolutionMappingsIterator
- All Implemented Interfaces:
Iterator<SolutionMapping>
- Enclosing class:
- SolutionMappingsHashTableBasedOnTwoVars
protected class SolutionMappingsHashTableBasedOnTwoVars.MyAllSolutionMappingsIterator
extends Object
implements Iterator<SolutionMapping>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Iterator<SolutionMapping>
protected final Iterator<Map<org.apache.jena.graph.Node,
List<SolutionMapping>>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
itInnerMaps
-
itInnerMapElmts
-
-
Constructor Details
-
MyAllSolutionMappingsIterator
public MyAllSolutionMappingsIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<SolutionMapping>
-
next
- Specified by:
next
in interfaceIterator<SolutionMapping>
-