Package org.apache.log4j.helpers
Class NullEnumeration
java.lang.Object
org.apache.log4j.helpers.NullEnumeration
- All Implemented Interfaces:
Enumeration
Deprecated.
Apache Log4j 1 has reached end of life in 2015 and is no longer supported.
An always-empty Enumerator.
- Since:
- version 1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic NullEnumeration
Deprecated.boolean
Deprecated.Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Method Details
-
getInstance
Deprecated. -
hasMoreElements
public boolean hasMoreElements()Deprecated.- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
Deprecated.- Specified by:
nextElement
in interfaceEnumeration
-