org.apache.commons.collections
Class ArrayEnumeration
java.lang.Object
|
+--org.apache.commons.collections.ArrayEnumeration
- All Implemented Interfaces:
- Enumeration
- public final class ArrayEnumeration
- extends Object
- implements Enumeration
Enumeration wrapper for array.
- Author:
- Peter Donald
ArrayEnumeration
public ArrayEnumeration(List elements)
ArrayEnumeration
public ArrayEnumeration(Object[] elements)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 2001 Apache Software Foundation. Documenation generated July 14 2001.