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