Searched refs:allContained (Results 1 – 1 of 1) sorted by relevance
73 Set<String> allContained = ImmutableSet.copyOf(graph.values()); in TerritoryContainment() local74 Set<String> roots = ImmutableSet.copyOf(Sets.difference(graph.keySet(), allContained)); in TerritoryContainment()