|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.util.CollectionsX.CollectionEnumeration
public static final class CollectionsX.CollectionEnumeration
An enumeration on top of a collection or iterator.
| Constructor Summary | |
|---|---|
CollectionsX.CollectionEnumeration(java.util.Collection c)
|
|
CollectionsX.CollectionEnumeration(java.util.Iterator iter)
|
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionsX.CollectionEnumeration(java.util.Collection c)
public CollectionsX.CollectionEnumeration(java.util.Iterator iter)
| Method Detail |
|---|
public final boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic final java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||