Interface ReIterator<T>

  • All Superinterfaces:
    Iterator<T>

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

      • emptyIterator

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

        long reset()

        Resets the iterator to its initial position and returns the size of the underlying data collection

        Returns:
        size of the underlying data