Interface ResettableIterator<T>

    • Method Detail

      • reset

        void reset()
        Resets the iterator to the beginning so the following Iterator.next() call will return the first element in this iteration.