org.apache.tomcat.util.collections
Class EmptyEnumeration
java.lang.Object
org.apache.tomcat.util.collections.EmptyEnumeration
- All Implemented Interfaces:
- Enumeration
public class EmptyEnumeration
- extends Object
- implements Enumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyEnumeration
public EmptyEnumeration()
getEmptyEnumeration
public static Enumeration getEmptyEnumeration()
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.