Package io.undertow.servlet.util
Class EmptyEnumeration
- java.lang.Object
-
- io.undertow.servlet.util.EmptyEnumeration
-
- All Implemented Interfaces:
Enumeration<Object>
public class EmptyEnumeration extends Object implements Enumeration<Object>
- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()static <T> Enumeration<T>instance()ObjectnextElement()-
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
-
instance
public static <T> Enumeration<T> instance()
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfaceEnumeration<Object>
-
nextElement
public Object nextElement()
- Specified by:
nextElementin interfaceEnumeration<Object>
-
-