All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.util.NullEnumeration

java.lang.Object
   |
   +----benno.util.NullEnumeration

public class NullEnumeration
extends Object
implements Enumeration
this is an enumeration that returns no elements


Constructor Index

 o NullEnumeration()

Method Index

 o hasMoreElements()
 o nextElement()

Constructors

 o NullEnumeration
 public NullEnumeration()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index