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