org.apache.openejb.util
Class ArrayEnumeration
java.lang.Object
org.apache.openejb.util.ArrayEnumeration
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, java.util.Enumeration
public final class ArrayEnumeration
- extends java.lang.Object
- implements java.util.Enumeration, java.io.Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayEnumeration
public ArrayEnumeration(java.util.Vector elements)
ArrayEnumeration
public ArrayEnumeration(java.util.List list)
ArrayEnumeration
public ArrayEnumeration()
get
public java.lang.Object get(int index)
set
public void set(int index,
java.lang.Object o)
size
public int size()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElement
in interface java.util.Enumeration
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.