Package boofcv.misc

Interface IteratorReset<T>

All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
IteratorRange, PointToIndexIterator, ScenePointsSetIterator

public interface IteratorReset<T> extends Iterator<T>
Extension of Iterator which allows you to call reset() to return it to its original state
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Returns the iterator to its original state allowing it to be reused

    Methods inherited from interface java.util.Iterator

    forEachRemaining, hasNext, next, remove
  • Method Details

    • reset

      void reset()
      Returns the iterator to its original state allowing it to be reused