Searched refs:set2and1 (Results 1 – 1 of 1) sorted by relevance
394 … TreeSet<String> set2and1 = Builder.with(new TreeSet<String>()).addAll(set2).retainAll(set1).get(); in compare() local396 itemCount.unchangedCount.add(prefix, set2and1.size()); in compare()398 charCount.unchangedCount.add(prefix, totalLength(set2and1)); in compare()