org.apache.tomcat.util.collections

Class EmptyEnumeration

public class EmptyEnumeration extends Object implements Enumeration

Deprecated:

Constructor Summary
EmptyEnumeration()
Method Summary
static EnumerationgetEmptyEnumeration()
booleanhasMoreElements()
ObjectnextElement()

Constructor Detail

EmptyEnumeration

public EmptyEnumeration()

Method Detail

getEmptyEnumeration

public static Enumeration getEmptyEnumeration()

hasMoreElements

public boolean hasMoreElements()

nextElement

public Object nextElement()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.