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