Searched defs:allElements (Results 1 – 3 of 3) sorted by relevance
243 Set<String> allElements = new TreeSet<>(); in main() local293 public static void showAll(DtdType type, Set<String> allElements) { in showAll()
487 private <T> List<Set<T>> buildAllSubsetsOfSize(Set<T> allElements, int desiredSize) { in buildAllSubsetsOfSize()747 …te Set<Set<InferenceVariable>> allPossibleSetsWithProperty(Set<InferenceVariable> allElements, Lis… in allPossibleSetsWithProperty()774 …private Set<Set<InferenceVariable>> allSetsWithProperty(Set<InferenceVariable> allElements, List<V… in allSetsWithProperty()
42 Set<String> allElements = new TreeSet<>(); field in GenerateAttributeList