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 MEnumeration
SINGLETON
-
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
java.lang.Object
nextElement()
-
-
-
Field Detail
-
SINGLETON
public static MEnumeration SINGLETON
-
-
Method Detail
-
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElement
in interfacejava.util.Enumeration
- Specified by:
nextElement
in interfaceIOEnumeration
- Specified by:
nextElement
in interfaceMEnumeration
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfacejava.util.Enumeration
- Specified by:
hasMoreElements
in interfaceIOEnumeration
- Specified by:
hasMoreElements
in interfaceMEnumeration
-
-