Searched refs:set1minus2 (Results 1 – 1 of 1) sorted by relevance
392 …TreeSet<String> set1minus2 = Builder.with(new TreeSet<String>()).addAll(set1).removeAll(set2).get(… in compare() local395 itemCount.changedCount.add(prefix, (set2minus1.size() + set1minus2.size() + 1) / 2); in compare()397 … charCount.changedCount.add(prefix, (totalLength(set2minus1) + totalLength(set1minus2) + 1) / 2); in compare()399 changes.println(prefix + "\t" + set1minus2 in compare()