org.zkoss.util
Class CollectionsX.ArrayEnumeration
java.lang.Object
org.zkoss.util.CollectionsX.ArrayEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- CollectionsX
public static final class CollectionsX.ArrayEnumeration
- extends Object
- implements Enumeration
An enumeration on top of an array.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionsX.ArrayEnumeration
public CollectionsX.ArrayEnumeration(Object[] ary)
hasMoreElements
public final boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public final Object nextElement()
- Specified by:
nextElement in interface Enumeration
Copyright © 2012. All Rights Reserved.