jet
Class DoubleIterator

java.lang.Object
  extended by jet.DoubleIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.Double>

public abstract class DoubleIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Double>


Constructor Summary
DoubleIterator()
           
 
Method Summary
 java.lang.Double next()
           
abstract  double nextDouble()
           
 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

DoubleIterator

public DoubleIterator()
Method Detail

next

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

nextDouble

public abstract double nextDouble()

remove

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