All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.util.ArrayEnumerator

java.lang.Object
   |
   +----org.dorm4.util.ArrayEnumerator

public class ArrayEnumerator
extends Object
implements Enumeration

Constructor Index

 o ArrayEnumerator(Object[])

Method Index

 o hasMoreElements()
 o nextElement()

Constructors

 o ArrayEnumerator
 public ArrayEnumerator(Object elements[])

Methods

 o hasMoreElements
 public boolean hasMoreElements()
 o nextElement
 public Object nextElement()

All Packages  Class Hierarchy  This Package  Previous  Next  Index