Searched refs:sectionsToPages (Results 1 – 2 of 2) sorted by relevance
804 … LinkedHashMap<String, Set<String>> sectionsToPages = new LinkedHashMap<String, Set<String>>(); in getSectionsToPages() local807 Set<String> pages = sectionsToPages.get(sectionId2); in getSectionsToPages()809 sectionsToPages.put(sectionId2, pages = new LinkedHashSet<String>()); in getSectionsToPages()813 return sectionsToPages; in getSectionsToPages()
1059 LinkedHashMap<String, Set<String>> sectionsToPages = pathHeaderFactory in TestZ() local1061 logln("\nMenus:\t" + sectionsToPages.size()); in TestZ()1062 for (Entry<String, Set<String>> item : sectionsToPages.entrySet()) { in TestZ()