jet
Class DoubleIterator
java.lang.Object
jet.DoubleIterator
- All Implemented Interfaces:
- Iterator<Double>
public abstract class DoubleIterator
- extends Object
- implements Iterator<Double>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleIterator
public DoubleIterator()
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.