Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » helpers » [javadoc | source]
org.apache.log4j.helpers
public class: NullEnumeration [javadoc | source]
java.lang.Object
   org.apache.log4j.helpers.NullEnumeration

All Implemented Interfaces:
    Enumeration

An always-empty Enumerator.
Method from org.apache.log4j.helpers.NullEnumeration Summary:
getInstance,   hasMoreElements,   nextElement
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.helpers.NullEnumeration Detail:
 public static NullEnumeration getInstance() 
 public boolean hasMoreElements() 
 public Object nextElement()