Package com.mchange.util.impl
Class EmptyMEnumeration
java.lang.Object
com.mchange.util.impl.EmptyMEnumeration
- All Implemented Interfaces:
IOEnumeration,MEnumeration,Enumeration
-
Field Summary
FieldsFields inherited from interface com.mchange.util.MEnumeration
EMPTY -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
SINGLETON
-
-
Method Details
-
nextElement
- Specified by:
nextElementin interfaceEnumeration- Specified by:
nextElementin interfaceIOEnumeration- Specified by:
nextElementin interfaceMEnumeration
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration- Specified by:
hasMoreElementsin interfaceIOEnumeration- Specified by:
hasMoreElementsin interfaceMEnumeration
-