static Set> ciPairSet(Collection> l) { Set> set = ciPairSet(); set.addAll(l); ret set; } static Set> ciPairSet() { ret new TreeSet(...); }