Package noaa.coastwatch.util
Interface DoubleIterator
- All Known Subinterfaces:
DataIterator
- All Known Implementing Classes:
DataVariableIterator
The
DoubleIterator
class adds an extra interface
method to return the next double value. This helps to save
allocating space for a new Double
object every time
the next double value is needed.- Since:
- 3.1.7
- Author:
- Peter Hollemans
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextDouble
double nextDouble()
-