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

    Modifier and Type
    Method
    Description
    void
    Resets the iterator to the first element.
  • Method Details

    • reset

      void reset()
      Resets the iterator to the first element.