Interface ReIterator<T>

All Superinterfaces:
Iterator<T>

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

    • emptyIterator

      static <Z> ReIterator<Z> emptyIterator()
    • reset

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