org.apache.tomcat.util.collections

Class EmptyEnumeration

Implemented Interfaces:
Enumeration

public class EmptyEnumeration
extends java.lang.Object
implements Enumeration

Constructor Summary

EmptyEnumeration()

Method Summary

static Enumeration
getEmptyEnumeration()
boolean
hasMoreElements()
Object
nextElement()

Constructor Details

EmptyEnumeration

public EmptyEnumeration()

Method Details

getEmptyEnumeration

public static Enumeration getEmptyEnumeration()


hasMoreElements

public boolean hasMoreElements()


nextElement

public Object nextElement()


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.