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