Package org.zkoss.util
Class CollectionsX.ArrayEnumeration<E>
- java.lang.Object
-
- org.zkoss.util.CollectionsX.ArrayEnumeration<E>
-
- All Implemented Interfaces:
java.util.Enumeration<E>
- Enclosing class:
- CollectionsX
public static final class CollectionsX.ArrayEnumeration<E> extends java.lang.Object implements java.util.Enumeration<E>
An enumeration on top of an array.
-
-
Constructor Summary
Constructors Constructor Description ArrayEnumeration(java.lang.Object[] ary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
E
nextElement()
-