All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class harpoon.Util.ArrayEnumerator

java.lang.Object
   |
   +----harpoon.Util.ArrayEnumerator

public class ArrayEnumerator
extends Object
implements Enumeration
An ArrayEnumerator enumerates the elements of an array.

Version:
$Id: ArrayEnumerator.java,v 1.2 1998/10/11 02:37:58 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Index

 o ArrayEnumerator(Object[])
Creates an ArrayEnumerator.

Method Index

 o hasMoreElements()
 o nextElement()

Constructors

 o ArrayEnumerator
 public ArrayEnumerator(Object oa[])
Creates an ArrayEnumerator.

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index