public class DoubleArrayIterator extends Object implements Iterator
Allows a double array to be used where an Iterator is expected.
DoubleArrayIterator(double[] array)
public boolean
hasNext()
public Double
next()
public void
remove()
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.