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:
- hasMoreElementsin interface- Enumeration
 
- 
nextElement- Specified by:
- nextElementin interface- Enumeration
 
 
-