Package org.apache.log4j.helpers
Class NullEnumeration
java.lang.Object
org.apache.log4j.helpers.NullEnumeration
- All Implemented Interfaces:
Enumeration
An always-empty Enumerator.
- Since:
- version 1.0
- Author:
- Anders Kristensen
-
Method Details
-
getInstance
-
hasMoreElements
- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-