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