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