Class cryptiX.utils.ArrayEnumeration
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptiX.utils.ArrayEnumeration

java.lang.Object
   |
   +----cryptiX.utils.ArrayEnumeration

public final class ArrayEnumeration
extends Object
implements Enumeration
This class implements a simple Enumeration over an array.
See Also:
Enumeration

Constructor Index

 o ArrayEnumeration(Object[], int)

Method Index

 o hasMoreElements()
 o nextElement()

Constructors

 o ArrayEnumeration
  public ArrayEnumeration(Object array[],
                          int length)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index