public class EmptyEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
EmptyEnumeration() |
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
getEmptyEnumeration() |
boolean |
hasMoreElements() |
Object |
nextElement() |
public static Enumeration getEmptyEnumeration()
public Object nextElement()
nextElement in interface Enumerationpublic boolean hasMoreElements()
hasMoreElements in interface EnumerationCopyright © 2005–2017 Oracle Corporation. All rights reserved.