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