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
-
ArrayEnumeration(Object[], int)
-
-
hasMoreElements()
-
-
nextElement()
-
ArrayEnumeration
public ArrayEnumeration(Object array[],
int length)
hasMoreElements
public boolean hasMoreElements()
nextElement
public synchronized Object nextElement()
All Packages Class Hierarchy This Package Previous Next Index