Package noaa.coastwatch.util
Interface DataIterator
- All Superinterfaces:
DoubleIterator,Iterator<Double>,ResettableIterator
- All Known Implementing Classes:
DataVariableIterator
The
DataIterator class is intended to be used by
classes that need to iterate over a set of data values. It
includes both the ResettableIterator interface and the
DoubleIterator interface.- Since:
- 3.1.7
- Author:
- Peter Hollemans
-
Method Summary
Methods inherited from interface noaa.coastwatch.util.DoubleIterator
nextDoubleMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface noaa.coastwatch.util.ResettableIterator
reset