Searched refs:SectionPage (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 560 …inal Map<SectionId, Map<PageId, SectionPage>> sectionToPageToSectionPage = new EnumMap<SectionId, … 562 static final Relation<SectionPage, String> sectionPageToPaths = Relation 563 .of(new TreeMap<SectionPage, Set<String>>(), 680 Map<PageId, SectionPage> pageToPathHeaders = sectionToPageToSectionPage 683 …tionPage.put(result.sectionId, pageToPathHeaders = new EnumMap<PageId, SectionPage>(PageId.class)); 685 SectionPage sectionPage = pageToPathHeaders.get(result.pageId); 687 sectionPage = new SectionPage(result.sectionId, result.pageId); 701 private static class SectionPage implements Comparable<SectionPage> { class in PathHeader 705 public SectionPage(SectionId sectionId, PageId pageId) { in SectionPage() method in PathHeader.SectionPage 711 public int compareTo(SectionPage other) { in compareTo() [all …]
|