org.apache.myfaces.shared_tomahawk.util
Class NullEnumeration
java.lang.Object
   org.apache.myfaces.shared_tomahawk.util.NullEnumeration
org.apache.myfaces.shared_tomahawk.util.NullEnumeration
- All Implemented Interfaces: 
- Enumeration
- public final class NullEnumeration 
- extends Object- implements Enumeration
Enumeration without elements
- Version:
- $Revision: 557350 $ $Date: 2007-07-18 13:19:50 -0500 (Wed, 18 Jul 2007) $
- Author:
- Anton Koinov (latest modification by $Author: matzew $)
 
 
| 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:
- hasMoreElementsin interface- Enumeration
 
- 
 
nextElement
public Object nextElement()
- 
- Specified by:
- nextElementin interface- Enumeration
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.