public final class EmptyEnumeration<T> extends Object implements Enumeration<T>
| Constructor and Description |
|---|
EmptyEnumeration()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2019. All rights reserved.