com.mchange.util.impl
Class EmptyMEnumeration

java.lang.Object
  extended by com.mchange.util.impl.EmptyMEnumeration
All Implemented Interfaces:
IOEnumeration, MEnumeration, Enumeration

public class EmptyMEnumeration
extends Object
implements MEnumeration


Field Summary
static MEnumeration SINGLETON
           
 
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static MEnumeration SINGLETON
Method Detail

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