Package org.apache.log4j.helpers
Class NullEnumeration
- java.lang.Object
-
- org.apache.log4j.helpers.NullEnumeration
-
- All Implemented Interfaces:
java.util.Enumeration
@Deprecated(since="2022-01-27") public class NullEnumeration extends java.lang.Object implements java.util.EnumerationDeprecated.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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NullEnumerationgetInstance()Deprecated.booleanhasMoreElements()Deprecated.java.lang.ObjectnextElement()Deprecated.
-
-
-
Method Detail
-
getInstance
public static NullEnumeration getInstance()
Deprecated.
-
hasMoreElements
public boolean hasMoreElements()
Deprecated.- Specified by:
hasMoreElementsin interfacejava.util.Enumeration
-
nextElement
public java.lang.Object nextElement()
Deprecated.- Specified by:
nextElementin interfacejava.util.Enumeration
-
-