jet
Class ShortIterator
java.lang.Object
jet.ShortIterator
- All Implemented Interfaces:
- Iterator<Short>
public abstract class ShortIterator
- extends Object
- implements Iterator<Short>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortIterator
public ShortIterator()
next
public final Short next()
- Specified by:
next
in interface Iterator<Short>
nextShort
public abstract short nextShort()
remove
public void remove()
- Specified by:
remove
in interface Iterator<Short>
Copyright © 2013. All Rights Reserved.