public class DoubleArrayIterator extends Object implements Iterator
Allow 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
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.