org.apache.myfaces.shared_orchestra.util
Class NullEnumeration

java.lang.Object
  extended by 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 $)

Constructor Summary
NullEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
static NullEnumeration instance()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEnumeration

public NullEnumeration()
Method Detail

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.