org.openejb.util
Class SerializableEnumeration
java.lang.Object
org.openejb.util.SerializableEnumeration
- All Implemented Interfaces:
- Enumeration, Serializable
- public class SerializableEnumeration
- extends Object
- implements Enumeration, Serializable
- Version:
- $Revision: 1.1 $ $Date: 2004/03/01 07:14:43 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableEnumeration
public SerializableEnumeration(Object[] values)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 1999-2005 OpenEJB. All Rights Reserved.