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

Field Summary
protected  Object[] m_elements
          Deprecated.  
protected  int m_index
          Deprecated.  
 
Constructor Summary
ArrayEnumeration(List elements)
          Deprecated.  
ArrayEnumeration(Object[] elements)
          Deprecated.  
 
Method Summary
 boolean hasMoreElements()
          Deprecated.  
 Object nextElement()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_elements

protected Object[] m_elements
Deprecated. 

m_index

protected int m_index
Deprecated. 
Constructor Detail

ArrayEnumeration

public ArrayEnumeration(List elements)
Deprecated. 

ArrayEnumeration

public ArrayEnumeration(Object[] elements)
Deprecated. 
Method Detail

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.