Package com.intellij.util.enumeration
Class EmptyEnumeration
- java.lang.Object
-
- com.intellij.util.enumeration.EmptyEnumeration
-
- All Implemented Interfaces:
Enumeration
public final class EmptyEnumeration extends Object implements Enumeration
-
-
Field Summary
Fields Modifier and Type Field Description static Enumeration
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
Object
nextElement()
-
-
-
Field Detail
-
INSTANCE
public static Enumeration INSTANCE
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
public Object nextElement()
- Specified by:
nextElement
in interfaceEnumeration
-
-