public abstract class DoubleIterator extends java.lang.Object implements java.util.Iterator<java.lang.Double>
| Constructor and Description |
|---|
DoubleIterator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
next() |
abstract double |
nextDouble() |
void |
remove() |
public DoubleIterator()
public final java.lang.Double next()
next in interface java.util.Iterator<java.lang.Double>public abstract double nextDouble()
public void remove()
remove in interface java.util.Iterator<java.lang.Double>