public class ChainingDoubleIterator extends UnaryDoubleIterator
iterator
EMPTY
Constructor and Description |
---|
ChainingDoubleIterator(DoubleIterable... iterables) |
ChainingDoubleIterator(java.lang.Iterable<DoubleIterable> iterables) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
double |
nextDouble() |
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, count, from, from, from, from, from, from, from, of, reduce, skip, skip
public ChainingDoubleIterator(DoubleIterable... iterables)
public ChainingDoubleIterator(java.lang.Iterable<DoubleIterable> iterables)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Double>
hasNext
in class DelegatingIterator<java.lang.Double,DoubleIterator,java.lang.Double>
public double nextDouble()