public static class DoubleIterators.UnmodifiableIterator extends AbstractDoubleIterator
| Constructor and Description |
|---|
UnmodifiableIterator(DoubleIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Double |
next()
Delegates to the corresponding type-specific method.
|
double |
nextDouble()
Delegates to the corresponding generic method.
|
remove, skippublic UnmodifiableIterator(DoubleIterator i)
public boolean hasNext()
public double nextDouble()
AbstractDoubleIteratornextDouble in interface DoubleIteratornextDouble in class AbstractDoubleIteratorIterator.next()public java.lang.Double next()
AbstractDoubleIteratornext in interface java.util.Iterator<java.lang.Double>next in class AbstractDoubleIterator