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