Package net.timewalker.ffmq4.utils
Class EmptyEnumeration<T>
- java.lang.Object
-
- net.timewalker.ffmq4.utils.EmptyEnumeration<T>
-
- All Implemented Interfaces:
Enumeration<T>
public final class EmptyEnumeration<T> extends Object implements Enumeration<T>
EmptyEnumeration
-
-
Constructor Summary
Constructors Constructor Description EmptyEnumeration()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()TnextElement()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfaceEnumeration<T>
-
nextElement
public T nextElement()
- Specified by:
nextElementin interfaceEnumeration<T>
-
-