public class ShortArrayIterator extends Object implements Iterator
Allow a short array to be used where an Iterator is expected.
ShortArrayIterator(short[] array)
public boolean
hasNext()
public Short
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.