public interface

ResettableIterator

implements Iterator<E>
org.apache.commons.collections.ResettableIterator
Known Indirect Subclasses

Class Overview

Defines an iterator that can be reset back to an initial state.

This interface allows an iterator to be repeatedly reused.

Summary

Public Methods
abstract void reset()
Resets the iterator back to the position at which the iterator was created.
[Expand]
Inherited Methods
From interface java.util.Iterator

Public Methods

public abstract void reset ()

Resets the iterator back to the position at which the iterator was created.