public class NullEnumeration<T>
extends java.lang.Object
implements java.util.Enumeration<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> NullEnumeration<T> |
create() |
boolean |
hasMoreElements() |
T |
nextElement() |
public static <T> NullEnumeration<T> create()
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<T>