public class _ArrayEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
_ArrayEnumeration(Object[] array,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
public _ArrayEnumeration(Object[] array, int size)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2016. All Rights Reserved.