org.apache.myfaces.shared_tomahawk.util
Class NullEnumeration
java.lang.Object
org.apache.myfaces.shared_tomahawk.util.NullEnumeration
- All Implemented Interfaces:
- Enumeration
public final class NullEnumeration
- extends Object
- implements Enumeration
Enumeration without elements
- Version:
- $Revision: 1202947 $ $Date: 2011-11-16 19:16:48 -0500 (Wed, 16 Nov 2011) $
- Author:
- Anton Koinov (latest modification by $Author: lu4242 $)
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.