Class UnionIteratorForSolMaps

java.lang.Object
se.liu.ida.hefquin.base.data.utils.UnionIteratorForSolMaps
All Implemented Interfaces:
Iterator<SolutionMapping>

public class UnionIteratorForSolMaps extends Object implements Iterator<SolutionMapping>
This iterator enumerates the solution mappings from two other iterators, essentially producing a union of the collections of solution mappings that the other two iterators enumerate.