当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
EmptyEnumeration (Old Enumeration API) - NetBeans API Javadoc (Current Development Version)
org.openide.util.enum
Class EmptyEnumeration
java.lang.Object
org.openide.util.enum.EmptyEnumeration
- All Implemented Interfaces:
- Enumeration
Deprecated. JDK 1.5 treats enum as a keyword so this class was
replaced by Enumerations
.
public final class EmptyEnumeration
- extends Object
- implements Enumeration
The class that represents empty enumeration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final EmptyEnumeration EMPTY
- Deprecated.
- instance of empty enumeration
EmptyEnumeration
public EmptyEnumeration()
- Deprecated.
hasMoreElements
public boolean hasMoreElements()
- Deprecated.
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
throws NoSuchElementException
- Deprecated.
- Specified by:
nextElement
in interface Enumeration
- Throws:
NoSuchElementException