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.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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NullEnumeration
getInstance()
Deprecated.boolean
hasMoreElements()
Deprecated.java.lang.Object
nextElement()
Deprecated.
-
-
-
Method Detail
-
getInstance
public static NullEnumeration getInstance()
Deprecated.
-
hasMoreElements
public boolean hasMoreElements()
Deprecated.- Specified by:
hasMoreElements
in interfacejava.util.Enumeration
-
nextElement
public java.lang.Object nextElement()
Deprecated.- Specified by:
nextElement
in interfacejava.util.Enumeration
-
-