org.apache.myfaces.shared_orchestra.util
Class NullEnumeration
java.lang.Object
org.apache.myfaces.shared_orchestra.util.NullEnumeration
- All Implemented Interfaces:
- Enumeration
public final class NullEnumeration
- extends Object
- implements Enumeration
Enumeration without elements
- Version:
- $Revision: 472630 $ $Date: 2006-11-08 15:40:03 -0500 (Wed, 08 Nov 2006) $
- Author:
- Anton Koinov (latest modification by $Author: grantsmith $)
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 © 2012 The Apache Software Foundation. All Rights Reserved.