com.caucho.util
Class NullEnumeration

java.lang.Object
  |
  +--com.caucho.util.NullEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class NullEnumeration
extends java.lang.Object
implements java.util.Enumeration

A null iterator


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

Method Detail

create

public static NullEnumeration create()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration