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