com.mchange.util.impl
Class EmptyMEnumeration
java.lang.Object
com.mchange.util.impl.EmptyMEnumeration
- All Implemented Interfaces:
- IOEnumeration, MEnumeration, Enumeration
public class EmptyMEnumeration
- extends Object
- implements MEnumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLETON
public static MEnumeration SINGLETON
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface IOEnumeration
- Specified by:
nextElement
in interface MEnumeration
- Specified by:
nextElement
in interface Enumeration
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface IOEnumeration
- Specified by:
hasMoreElements
in interface MEnumeration
- Specified by:
hasMoreElements
in interface Enumeration