org.apache.openejb.util
Class Enumerator
java.lang.Object
org.apache.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(List list)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.