public static final class CollectionsX.CollectionEnumeration<E> extends Object implements Enumeration<E>
| Constructor and Description |
|---|
CollectionsX.CollectionEnumeration(Collection<? extends E> c) |
CollectionsX.CollectionEnumeration(Iterator<? extends E> iter) |
public CollectionsX.CollectionEnumeration(Collection<? extends E> c)
public final boolean hasMoreElements()
hasMoreElements in interface Enumeration<E>public final E nextElement()
nextElement in interface Enumeration<E>Copyright © 2015. All rights reserved.