Home | History | Annotate | Download | only in pm

Lines Matching refs:set2

2249         HashSet<Signature> set2 = new HashSet<Signature>();
2251 set2.add(sig);
2254 if (set1.equals(set2)) {