Searched refs:secondMinusFirst (Results 1 – 1 of 1) sorted by relevance
240 Set<String> secondMinusFirst = new LinkedHashSet<String>(); in showVennSets() local241 vennSets(zoneSet, zonesInMetazones, common, firstMinusSecond, secondMinusFirst); in showVennSets()244 …if (!secondMinusFirst.isEmpty()) System.out.println("B - A:\t" + secondMinusFirst.size() + "\t" + … in showVennSets()248 Set<T> common, Set<T> firstMinusSecond, Set<T> secondMinusFirst) { in vennSets() argument255 secondMinusFirst.clear(); in vennSets()256 secondMinusFirst.addAll(second); in vennSets()257 secondMinusFirst.removeAll(common); in vennSets()