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