Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java106 …private static Relation<SectionId, PageId> SectionIdToPageIds = Relation.of(new TreeMap<SectionId,… field in PathHeader
245 SectionIdToPageIds.put(sectionId, this);
782 SectionIdToPageIds.freeze(); // just in case in getSectionIdsToPageIds()
783 return SectionIdToPageIds; in getSectionIdsToPageIds()