SilverStream
Application Server 3.5

com.sssw.rt.util
Class AgoEmptyEnumeration

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

public class AgoEmptyEnumeration
extends Object
implements Enumeration

This utility class implements the java.util.Enumeration interface for an empty set.


Constructor Summary
AgoEmptyEnumeration()
          No-argument 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

AgoEmptyEnumeration

public AgoEmptyEnumeration()
No-argument Constructor.

SilverStream
Application Server 3.5