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