All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.util.EmptyEnumeration

java.lang.Object
   |
   +----w3c.util.EmptyEnumeration

public class EmptyEnumeration
extends Object
implements Enumeration
An empty enumeration.


Constructor Index

 o EmptyEnumeration()

Method Index

 o hasMoreElements()
 o nextElement()

Constructors

 o EmptyEnumeration
 public EmptyEnumeration()

Methods

 o hasMoreElements
 public final boolean hasMoreElements()
 o nextElement
 public final Object nextElement()

All Packages  Class Hierarchy  This Package  Previous  Next  Index