jet
Class LongIterator

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

public abstract class LongIterator
extends Object
implements Iterator<Long>


Constructor Summary
LongIterator()
           
 
Method Summary
 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 Long next()
Specified by:
next in interface Iterator<Long>

nextLong

public abstract long nextLong()

remove

public void remove()
Specified by:
remove in interface Iterator<Long>


Copyright © 2013. All Rights Reserved.