com.generationjava.collections
Interface ResetableIterator

All Superinterfaces:
Iterator
All Known Implementing Classes:
CachingIterator

public interface ResetableIterator
extends Iterator


Method Summary
 void reset()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

reset

public void reset()
           throws UnsupportedOperationException
Throws:
UnsupportedOperationException


Copyright © 2000-2005 OSJava. All Rights Reserved.