Interface ReIterator<T>

All Superinterfaces:
Iterator<T>
All Known Subinterfaces:
KeyIterator<K>, ValueRow

public interface ReIterator<T>
extends Iterator<T>
  • Method Summary

    Modifier and Type Method Description
    long reset()
    Resets the iterator to its initial position

    Methods inherited from interface java.util.Iterator

    forEachRemaining, hasNext, next, remove
  • Method Details

    • reset

      long reset()
      Resets the iterator to its initial position
      Returns:
      size of the underlying data