|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.util.CollectionsX.ArrayEnumeration<E>
public static final class CollectionsX.ArrayEnumeration<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 |
---|
public CollectionsX.ArrayEnumeration(java.lang.Object[] ary)
Method Detail |
---|
public final boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<E>
public final E nextElement()
nextElement
in interface java.util.Enumeration<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |