jet
Class ShortIterator

java.lang.Object
  extended by jet.ShortIterator
All Implemented Interfaces:
Iterator<Short>

public abstract class ShortIterator
extends Object
implements Iterator<Short>


Constructor Summary
ShortIterator()
           
 
Method Summary
 Short next()
           
abstract  short nextShort()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext
 

Constructor Detail

ShortIterator

public ShortIterator()
Method Detail

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.