static Comparator reverseOrder() { ret new Comparator { public int compare(O a, O b) { ret cmp(b, a); } }; }