public class NullEnumeration extends Object implements Enumeration
| Modifier and Type | Method and Description |
|---|---|
static NullEnumeration |
getInstance() |
boolean |
hasMoreElements() |
Object |
nextElement() |
public static NullEnumeration getInstance()
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2005–2017 QOS.ch. All rights reserved.