Class 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 Detail

      • hasMoreElements

        public boolean hasMoreElements()
        Deprecated.
        Specified by:
        hasMoreElements in interface java.util.Enumeration
      • nextElement

        public java.lang.Object nextElement()
        Deprecated.
        Specified by:
        nextElement in interface java.util.Enumeration