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

Interface ResettableListIterator

All Superinterfaces:
Iterator, ResettableIterator


public interface ResettableListIterator
implements ResettableIterator

Defines a list 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.