lapisx.enum
Class EmptyEnumeration
java.lang.Object
lapisx.enum.EmptyEnumeration
- All Implemented Interfaces:
- Enumeration, RestartableEnumeration
- public class EmptyEnumeration
- extends Object
- implements Enumeration, RestartableEnumeration
Enumeration which always returns no elements.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyEnumeration
public EmptyEnumeration()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
restart
public void restart()
- Specified by:
restart
in interface RestartableEnumeration