org.zkoss.util
Class CollectionsX.ArrayEnumeration

java.lang.Object
  extended by 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.


Constructor Summary
CollectionsX.ArrayEnumeration(Object[] ary)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object 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

nextElement

public final Object nextElement()
Specified by:
nextElement in interface Enumeration


Copyright © 2012. All Rights Reserved.