public class MEmptyEnumeration
extends java.lang.Object
implements java.util.Enumeration
Constructor and Description |
---|
MEmptyEnumeration() |
Modifier and Type | Method and Description |
---|---|
static MEmptyEnumeration |
getInstance() |
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
public static MEmptyEnumeration getInstance()
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration