- java.lang.Object
-
- xyz.cofe.iter.BiProductIterator<A,B>
-
-
Constructor Summary
Constructors Constructor Description BiProductIterator(Iterable<A> _1, Iterable<B> _2)КонструкторBiProductIterator(Iterator<A> _1, Iterable<B> _2)Конструктор
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Pair<A,B>fetch()protected voidfinish()booleanhasNext()Pair<A,B>next()protected Pair<B,Boolean>nextB()protected booleanswitchNextA()-
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, remove
-
-