java.util.Enumeration
public class NullEnumeration
extends java.lang.Object
implements java.util.Enumeration
Modifier and Type | Method | Description |
---|---|---|
static NullEnumeration |
getInstance() |
|
boolean |
hasMoreElements() |
|
java.lang.Object |
nextElement() |
public static NullEnumeration getInstance()
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
Copyright 2000-2007 Apache Software Foundation.