Class AbstractTwoLevelIterator<L1,L2,O>
- java.lang.Object
-
- net.automatalib.common.util.collection.AbstractTwoLevelIterator<L1,L2,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 Ocombine(L1 l1Object, L2 l2Object)booleanhasNext()protected abstract Iterator<L2>l2Iterator(L1 l1Object)Onext()voidremove()-
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
-
-