public static final class CollectionUtils.EmptyEnumeration<E>
extends java.lang.Object
implements java.util.Enumeration<E>
Constructor and Description |
---|
EmptyEnumeration()
Constructor for the EmptyEnumeration
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<E>