Class AbstractTwoLevelIterator<L1,L2,O>
- java.lang.Object
-
- net.automatalib.common.util.collection.AbstractTwoLevelIterator<L1,L2,O>
-
- All Implemented Interfaces:
Iterator<O>
- Direct Known Subclasses:
AllDefinedInputsIterator
,AllUndefinedInputsIterator
,SBAWMethodTestsIterator
,SPATestsIterator
,SPMMWMethodTestsIterator
public abstract class AbstractTwoLevelIterator<L1,L2,O> extends Object implements Iterator<O>
-
-
Constructor Summary
Constructors Constructor Description AbstractTwoLevelIterator(Iterator<? extends L1> l1Iterator)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract O
combine(L1 l1Object, L2 l2Object)
boolean
hasNext()
protected abstract Iterator<L2>
l2Iterator(L1 l1Object)
O
next()
void
remove()
-
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
-
-