org.apache.avalon.excalibur.collections
Class ArrayEnumeration
java.lang.Object
|
+--org.apache.avalon.excalibur.collections.ArrayEnumeration
- All Implemented Interfaces:
- Enumeration
Deprecated. use org.apache.commons.collections.ArrayEnumeration instead
- public final class ArrayEnumeration
- extends Object
- implements Enumeration
Enumeration wrapper for array.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.4 $ $Date: 2003/03/22 12:46:22 $
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_elements
protected Object[] m_elements
- Deprecated.
m_index
protected int m_index
- Deprecated.
ArrayEnumeration
public ArrayEnumeration(List elements)
- Deprecated.
ArrayEnumeration
public ArrayEnumeration(Object[] elements)
- Deprecated.
hasMoreElements
public boolean hasMoreElements()
- Deprecated.
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Deprecated.
- Specified by:
nextElement
in interface Enumeration
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.