public abstract class ShortIterator extends java.lang.Object implements java.util.Iterator<java.lang.Short>
ShortIterator()
java.lang.Short
next()
abstract short
nextShort()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public ShortIterator()
public final java.lang.Short next()
next
java.util.Iterator<java.lang.Short>
public abstract short nextShort()
public void remove()
remove