Searched refs:containmentCore (Results 1 – 2 of 2) sorted by relevance
20 static final Relation<String, String> containmentCore = supplementalData field in Containment22 static final Set<String> continents = containmentCore.get("001");27 temp.addAll(containmentCore.get(continent)); in containmentCore.get()60 .addAllInverted(containmentCore)
875 …private Relation<String, String> containmentCore = Relation.of(new LinkedHashMap<String, Set<Strin…1107 containmentCore.freeze();2039 containmentCore.putAll(container, contained);2211 return containmentCore;2247 return containmentCore;