org.zkoss.util
Class CollectionsX.CollectionEnumeration
java.lang.Object
org.zkoss.util.CollectionsX.CollectionEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- CollectionsX
public static final class CollectionsX.CollectionEnumeration
- extends Object
- implements Enumeration
An enumeration on top of a collection or iterator.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionsX.CollectionEnumeration
public CollectionsX.CollectionEnumeration(Collection c)
CollectionsX.CollectionEnumeration
public CollectionsX.CollectionEnumeration(Iterator iter)
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.