org.apache.myfaces.shared.util
Class NullEnumeration
java.lang.Object
org.apache.myfaces.shared.util.NullEnumeration
- All Implemented Interfaces:
- Enumeration
public final class NullEnumeration
- extends Object
- implements Enumeration
Enumeration without elements
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullEnumeration
public NullEnumeration()
instance
public static final NullEnumeration instance()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 2014 The Apache Software Foundation. All rights reserved.