public abstract class ShortIterator extends Object implements Iterator<Short>
ShortIterator()
Short
next()
abstract short
nextShort()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public ShortIterator()
public final Short next()
next
Iterator<Short>
public abstract short nextShort()
public void remove()
remove
Copyright © 2013. All Rights Reserved.