public static final class CollectionsX.ArrayEnumeration<E> extends Object implements Enumeration<E>
| Constructor and Description |
|---|
ArrayEnumeration(Object[] ary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
public ArrayEnumeration(Object[] ary)
public final boolean hasMoreElements()
hasMoreElements in interface Enumeration<E>public final E nextElement()
nextElement in interface Enumeration<E>Copyright © 2018. All rights reserved.