rcm.enum
Interface RestartableEnumeration

All Superinterfaces:
java.util.Enumeration
All Known Implementing Classes:
EmptyEnumeration, MemoizedEnumeration

public interface RestartableEnumeration
extends java.util.Enumeration

Enumeration which can be restarted from the beginning.


Method Summary
 void restart()
           
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

restart

public void restart()