static Comparator makeReversedComparator(fO f) { ret new Comparator { public int compare(O a, O b) { ret (int) callF(f, b, a); } }; }