org.apache.tomcat.util.collections
public class EmptyEnumeration extends java.lang.Object implements java.util.Enumeration
| Constructor and Description |
|---|
EmptyEnumeration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Enumeration |
getEmptyEnumeration()
Deprecated.
|
boolean |
hasMoreElements()
Deprecated.
|
java.lang.Object |
nextElement()
Deprecated.
|
public static java.util.Enumeration getEmptyEnumeration()
public java.lang.Object nextElement()
nextElement in interface java.util.Enumerationpublic boolean hasMoreElements()
hasMoreElements in interface java.util.EnumerationCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.