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