Home
last modified time | relevance | path

Searched refs:SectionPage (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java628 … static final Map<SectionId, Map<PageId, SectionPage>> sectionToPageToSectionPage = new EnumMap<>(
630 static final Relation<SectionPage, String> sectionPageToPaths = Relation
631 .of(new TreeMap<SectionPage, Set<String>>(),
749 Map<PageId, SectionPage> pageToPathHeaders = sectionToPageToSectionPage
754 SectionPage sectionPage = pageToPathHeaders.get(result.pageId);
756 sectionPage = new SectionPage(result.sectionId, result.pageId);
770 private static class SectionPage implements Comparable<SectionPage> { class in PathHeader
774 public SectionPage(SectionId sectionId, PageId pageId) { in SectionPage() method in PathHeader.SectionPage
780 public int compareTo(SectionPage other) { in compareTo()
835 Map<PageId, SectionPage> pageToSectionPage = sectionToPageToSectionPage in getCachedPaths()
[all …]