Searched refs:SectionPage (Results 1 – 1 of 1) sorted by relevance
628 … static final Map<SectionId, Map<PageId, SectionPage>> sectionToPageToSectionPage = new EnumMap<>(630 static final Relation<SectionPage, String> sectionPageToPaths = Relation631 .of(new TreeMap<SectionPage, Set<String>>(),749 Map<PageId, SectionPage> pageToPathHeaders = sectionToPageToSectionPage754 SectionPage sectionPage = pageToPathHeaders.get(result.pageId);756 sectionPage = new SectionPage(result.sectionId, result.pageId);770 private static class SectionPage implements Comparable<SectionPage> { class in PathHeader774 public SectionPage(SectionId sectionId, PageId pageId) { in SectionPage() method in PathHeader.SectionPage780 public int compareTo(SectionPage other) { in compareTo()835 Map<PageId, SectionPage> pageToSectionPage = sectionToPageToSectionPage in getCachedPaths()[all …]