Interface DoubleIterator

All Superinterfaces:
Iterator<Double>
All Known Subinterfaces:
DataIterator
All Known Implementing Classes:
DataVariableIterator

public interface DoubleIterator extends Iterator<Double>
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 Details

    • nextDouble

      double nextDouble()