Class PropertyConfigurator.SortedKeyEnumeration

  • All Implemented Interfaces:
    java.util.Enumeration
    Enclosing class:
    PropertyConfigurator

    class PropertyConfigurator.SortedKeyEnumeration
    extends java.lang.Object
    implements java.util.Enumeration
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Enumeration e  
    • Constructor Summary

      Constructors 
      Constructor Description
      SortedKeyEnumeration​(java.util.Hashtable ht)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasMoreElements()  
      java.lang.Object nextElement()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Enumeration

        asIterator
    • Field Detail

      • e

        private final java.util.Enumeration e
    • Constructor Detail

      • SortedKeyEnumeration

        public SortedKeyEnumeration​(java.util.Hashtable ht)
    • Method Detail

      • hasMoreElements

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

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