public static class DoubleIterators.UnmodifiableIterator extends AbstractDoubleIterator
| Constructor and Description |
|---|
UnmodifiableIterator(DoubleIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Double |
next()
Deprecated.
Please use the corresponding type-specific method
instead.
|
double |
nextDouble()
Delegates to the corresponding generic method.
|
remove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic UnmodifiableIterator(DoubleIterator i)
public boolean hasNext()
public double nextDouble()
AbstractDoubleIteratornextDouble in interface DoubleIteratornextDouble in class AbstractDoubleIteratorIterator.next()@Deprecated public Double next()
next in interface Iterator<Double>next in class AbstractDoubleIterator