Class SolutionMappingsIteratorOverCollectionOfLists
java.lang.Object
se.liu.ida.hefquin.base.data.utils.SolutionMappingsIteratorOverCollectionOfLists
- All Implemented Interfaces:
Iterator<SolutionMapping>
public class SolutionMappingsIteratorOverCollectionOfLists
extends Object
implements Iterator<SolutionMapping>
This is an iterator over all solution mappings contained in a nested
collection (more precisely, in lists contained in a collection).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Iterator<List<SolutionMapping>>
protected Iterator<SolutionMapping>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<SolutionMapping>
static IteratorFactory<SolutionMapping>
boolean
hasNext()
next()
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
-
itBuckets
-
itCurBucketElmts
-
-
Constructor Details
-
SolutionMappingsIteratorOverCollectionOfLists
-
-
Method Details
-
createAsIterable
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<SolutionMapping>
-
next
- Specified by:
next
in interfaceIterator<SolutionMapping>
-
getFactory
-