public class InterleavingIntIterator extends java.lang.Object implements IntIterator
Iterator
that interleaves the streams of two other Iterator
s with each other.EMPTY
Constructor and Description |
---|
InterleavingIntIterator(IntIterable... iterables) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
int |
nextInt() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, count, from, from, from, from, from, from, from, from, from, from, from, isEmpty, of, reduce, removeAll, skip, skip
public InterleavingIntIterator(IntIterable... iterables)