static L sortedByMethodDesc(Collection c, fS method) { ret sortByMethodDesc(c, method); } static L mapMethodLike sortedByMethodDesc(S method, Collection c) { ret sortByMethodDesc(method, c); }