jet
Class LongIterator

java.lang.Object
  extended by jet.LongIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.Long>

public abstract class LongIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Long>


Constructor Summary
LongIterator()
           
 
Method Summary
 java.lang.Long next()
           
abstract  long nextLong()
           
 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

LongIterator

public LongIterator()
Method Detail

next

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

nextLong

public abstract long nextLong()

remove

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