Package com.mchange.util.impl
Class EmptyMEnumeration
- java.lang.Object
-
- com.mchange.util.impl.EmptyMEnumeration
-
- All Implemented Interfaces:
IOEnumeration,MEnumeration,java.util.Enumeration
public class EmptyMEnumeration extends java.lang.Object implements MEnumeration
-
-
Field Summary
Fields Modifier and Type Field Description static MEnumerationSINGLETON-
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()java.lang.ObjectnextElement()
-
-
-
Field Detail
-
SINGLETON
public static MEnumeration SINGLETON
-
-
Method Detail
-
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElementin interfacejava.util.Enumeration- Specified by:
nextElementin interfaceIOEnumeration- Specified by:
nextElementin interfaceMEnumeration
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfacejava.util.Enumeration- Specified by:
hasMoreElementsin interfaceIOEnumeration- Specified by:
hasMoreElementsin interfaceMEnumeration
-
-