jet
Class DoubleIterator

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

public abstract class DoubleIterator
extends Object
implements Iterator<Double>


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

nextDouble

public abstract double nextDouble()

remove

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


Copyright © 2013. All Rights Reserved.