org.zkoss.util
Class CollectionsX.ArrayEnumeration<E>

java.lang.Object
  extended by org.zkoss.util.CollectionsX.ArrayEnumeration<E>
All Implemented Interfaces:
Enumeration<E>
Enclosing class:
CollectionsX

public static final class CollectionsX.ArrayEnumeration<E>
extends Object
implements Enumeration<E>

An enumeration on top of an array.


Constructor Summary
CollectionsX.ArrayEnumeration(Object[] ary)
           
 
Method Summary
 boolean hasMoreElements()
           
 E nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsX.ArrayEnumeration

public CollectionsX.ArrayEnumeration(Object[] ary)
Method Detail

hasMoreElements

public final boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<E>

nextElement

public final E nextElement()
Specified by:
nextElement in interface Enumeration<E>


Copyright © 2013. All rights reserved.