Interface ReIterator<T>

All Superinterfaces:
Iterator<T>
All Known Subinterfaces:
ValueRow

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

    • reset

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

      default int markDeleted()