org.apache.tomcat.util.collections
Class EmptyEnumeration

java.lang.Object
  extended by org.apache.tomcat.util.collections.EmptyEnumeration
All Implemented Interfaces:
Enumeration

public class EmptyEnumeration
extends Object
implements Enumeration


Constructor Summary
EmptyEnumeration()
           
 
Method Summary
static Enumeration getEmptyEnumeration()
           
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyEnumeration

public EmptyEnumeration()
Method Detail

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.