Class CompoundConfiguration<C extends Configuration>

    • Field Detail

      • children

        private final java.util.SortedSet<C extends Configuration> children
    • Constructor Detail

      • CompoundConfiguration

        public CompoundConfiguration()
    • Method Detail

      • addChild

        protected void addChild​(C newKid)
      • removeChild

        protected boolean removeChild​(C config)
      • hasChildren

        protected boolean hasChildren()
      • getChildren

        protected java.util.Collection<C> getChildren()
      • setChildren

        protected void setChildren​(java.util.Collection<C> kids)
      • getChild

        protected C getChild​(C kid)
      • appendChildren

        protected void appendChildren​(java.lang.StringBuilder out,
                                      java.lang.String childrenName,
                                      java.lang.String childDelim)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Configuration