public class InclusiveStartingDoubleIterator extends DelegatingUnaryDoubleIterator
iterator
EMPTY
Constructor and Description |
---|
InclusiveStartingDoubleIterator(DoubleIterator iterator,
double element,
double accuracy) |
InclusiveStartingDoubleIterator(DoubleIterator iterator,
java.util.function.DoublePredicate predicate) |
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, isEmpty, of, reduce, removeAll, skip, skip
public InclusiveStartingDoubleIterator(DoubleIterator iterator, double element, double accuracy)
public InclusiveStartingDoubleIterator(DoubleIterator iterator, java.util.function.DoublePredicate predicate)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Double>
hasNext
in class DelegatingTransformingIterator<java.lang.Double,DoubleIterator,java.lang.Double>
public double nextDouble()