org.openejb.util
Class Enumerator
java.lang.Object
org.openejb.util.Enumerator
- All Implemented Interfaces:
- Serializable, Enumeration
public class Enumerator
- extends Object
- implements Serializable, Enumeration
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Enumerator
public Enumerator(Vector list)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 1999-2010 OpenEJB. All Rights Reserved.