Class TreeMapEnumeration

  • All Implemented Interfaces:
    java.util.Enumeration

    public class TreeMapEnumeration
    extends java.lang.Object
    implements java.util.Enumeration
    This class implements an Enumeration on a configuration object that belongs to a MetamergeConfig. Used for historical reason.
    • 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