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