public interface

ResettableListIterator

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

Class Overview

Defines a list 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
From interface java.util.ListIterator
From interface org.apache.commons.collections.ResettableIterator

Public Methods

public abstract void reset ()

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