public Object clone() { return new Attributes(this); }
8182838485868788899091
Attributes otherSection = o.getValue(); if ( ourSection == null ) { if ( otherSection != null ) { target.getEntries().put( o.getKey(), (Attributes) otherSection.clone() ); } } else { mergeAttributes( ourSection, otherSection );