jet
Class IntIterator

java.lang.Object
  extended by jet.IntIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.Integer>

public abstract class IntIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Integer>


Constructor Summary
IntIterator()
           
 
Method Summary
 java.lang.Integer next()
           
abstract  int nextInt()
           
 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

IntIterator

public IntIterator()
Method Detail

next

public final java.lang.Integer next()
Specified by:
next in interface java.util.Iterator<java.lang.Integer>

nextInt

public abstract int nextInt()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<java.lang.Integer>