SilverStream
Application Server 3.5

com.sssw.rt.util
Class AgoIteratorEnumeration

java.lang.Object
 |
 +--com.sssw.rt.util.AgoIteratorEnumeration
All Implemented Interfaces:
Enumeration

public class AgoIteratorEnumeration
extends Object
implements Enumeration

This is a utility class that implements an Enumeration based on a java.util.Iterator. This class is provided if you want to use one of the JDK 1.2 collection classes but need to implement some interface that requires the use of the old java.util.Enumeration interface.


Constructor Summary
AgoIteratorEnumeration(Iterator i)
          The Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods implemented from interface java.util.Enumeration
hasMoreElements, nextElement
 

Constructor Detail

AgoIteratorEnumeration

public AgoIteratorEnumeration(Iterator i)
The Constructor.
Parameters:
i - The Iterator to base the Enumeration off of

SilverStream
Application Server 3.5