Package org.apache.tools.ant.util
Class CollectionUtils.EmptyEnumeration<E>
- java.lang.Object
- 
- org.apache.tools.ant.util.CollectionUtils.EmptyEnumeration<E>
 
- 
- All Implemented Interfaces:
- java.util.Enumeration<E>
 - Enclosing class:
- CollectionUtils
 
 @Deprecated public static final class CollectionUtils.EmptyEnumeration<E> extends java.lang.Object implements java.util.Enumeration<E>Deprecated.An empty enumeration.- Since:
- Ant 1.6
 
- 
- 
Constructor SummaryConstructors Constructor Description EmptyEnumeration()Deprecated.
 - 
Method SummaryModifier and Type Method Description booleanhasMoreElements()Deprecated.EnextElement()Deprecated.
 
- 
- 
- 
Method Detail- 
hasMoreElementspublic boolean hasMoreElements() Deprecated.- Specified by:
- hasMoreElementsin interface- java.util.Enumeration<E>
- Returns:
- false always.
 
 
- 
 
-