public class LongArrayIterator extends Object implements Iterator
Allows a long array to be used where an Iterator is expected.
LongArrayIterator(long[] array)
public boolean
hasNext()
public Long
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.