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>booleanhasNext()next()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
itBuckets
-
itCurBucketElmts
-
-
Constructor Details
-
SolutionMappingsIteratorOverCollectionOfLists
-
-
Method Details
-
createAsIterable
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<SolutionMapping>
-
next
- Specified by:
nextin interfaceIterator<SolutionMapping>
-
getFactory
-