20 package net.sf.gridarta.model.archetypetype;
22 import java.util.Collections;
23 import java.util.Iterator;
24 import java.util.LinkedHashMap;
26 import org.jetbrains.annotations.NotNull;
56 final String sectionName = section.getSectionName();
58 if (existingSection !=
null) {
59 existingSection.
addAll(section);
73 public Iterator<ArchetypeAttributeSection>
iterator() {
84 if (!archetypeAttributeSection.isEmpty()) {
98 if (archetypeAttributeSection.hasAttributeKey(key)) {
123 if (section ==
null) {