Interface ResettableIterator<E>

    • Method Detail

      • reset

        void reset()
        Resets the iterator so that you can iterate over all elements from your current position. Your current position (when reached again) signals the end of iteration as if the collection is circular.