public class EmptyEnumeration<T> extends Object implements Enumeration<T>
Enumeration with no elements in it.| Constructor and Description |
|---|
EmptyEnumeration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>Enumeration.hasMoreElements()public T nextElement()
nextElement in interface Enumeration<T>Enumeration.nextElement()Copyright © 2000–2021 PanEris. All rights reserved.