static Comparator>> lengthOfPairBListComparator() { ret new Comparator>>() { public int compare(Pair> a, Pair> b) { ret cmp(l(a.b), l(b.b)); } }; }