public abstract class DoubleIterator extends Object implements Iterator<Double>
DoubleIterator()
Double
next()
abstract double
nextDouble()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public DoubleIterator()
public final Double next()
next
Iterator<Double>
public abstract double nextDouble()
public void remove()
remove
Copyright © 2013. All Rights Reserved.