org.apache.portals.bridges.jsf
Class NullEnumeration
java.lang.Object
org.apache.portals.bridges.jsf.NullEnumeration
- All Implemented Interfaces:
- Enumeration
public final class NullEnumeration
- extends Object
- implements Enumeration
Enumeration without elements
Code provided by MyFaces project.
- Author:
- David Le Strat
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()
- Returns:
- An instance of the enumeration.
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
- See Also:
Enumeration.hasMoreElements()
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
- See Also:
Enumeration.nextElement()
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.