JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
CoastWatch Utils v3.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
noaa.coastwatch.util
Interface ResettableIterator
All Known Subinterfaces:
DataIterator
,
DataLocationIterator
All Known Implementing Classes:
ConstrainedStrideLocationIterator
,
DataVariableIterator
,
LineIterator
,
LineLocationIterator
,
StrideLocationIterator
public interface
ResettableIterator
The
ResettableIterator
class has an interface to make iterators go back to the first element again.
Since:
3.1.6
Author:
Peter Hollemans
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
reset
()
Resets the iterator to the first element.
Method Detail
reset
void reset()
Resets the iterator to the first element.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
CoastWatch Utils v3.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method