Class AbstractThreeLevelIterator<L1,L2,L3,O>
- java.lang.Object
-
- net.automatalib.common.util.collection.AbstractThreeLevelIterator<L1,L2,L3,O>
-
-
Constructor Summary
Constructors Constructor Description AbstractThreeLevelIterator(Iterator<L1> l1Iterator)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Ocombine(L1 l1Object, L2 l2Object, L3 l3Object)booleanhasNext()protected abstract Iterator<L2>l2Iterator(L1 l1Object)protected abstract Iterator<L3>l3Iterator(L1 l1Object, L2 l2Object)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
-
-