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

java.lang.Object
  extended by 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
CollectionsX.ArrayEnumeration(java.lang.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(java.lang.Object[] ary)
Method Detail

hasMoreElements

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

nextElement

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


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo