SilverStream
Application Server 3.5

com.sssw.rt.util
Class AgoStringArrayEnumeration

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

public class AgoStringArrayEnumeration
extends Object
implements Enumeration

This is a utility class that implements an Enumeration based on an array of Strings.


Constructor Summary
AgoStringArrayEnumeration(String[] array)
          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

AgoStringArrayEnumeration

public AgoStringArrayEnumeration(String[] array)
The Constructor.
Parameters:
array - The array to base the Enumeration off of

SilverStream
Application Server 3.5