⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.collections

Interface ResettableIterator

All Superinterfaces:
Iterator

All Known Direct Subinterfaces:
ResettableListIterator


public interface ResettableIterator
implements Iterator

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

This interface allows an iterator to be repeatedly reused.

Since:
Commons Collections 3.0
Author:
Stephen Colebourne

Method Summary

void

reset()

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

Method Details

reset

public void reset()

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