Searched refs:sectionPage (Results 1 – 2 of 2) sorted by relevance
39 Multiset<String> sectionPage = LinkedHashMultiset.create(); in main() local59 sectionPage.add(base); in main()64 for (Multiset.Entry<String> entry : sectionPage.entrySet()) { in main()
685 SectionPage sectionPage = pageToPathHeaders.get(result.pageId); local686 if (sectionPage == null) {687 sectionPage = new SectionPage(result.sectionId, result.pageId);688 pageToPathHeaders.put(result.pageId, sectionPage);690 sectionPageToPaths.put(sectionPage, path);767 SectionPage sectionPage = pageToSectionPage.get(page); in getCachedPaths() local768 if (sectionPage == null) { in getCachedPaths()771 Set<String> set = sectionPageToPaths.getAll(sectionPage); in getCachedPaths()