static L sortByDescScore(Collection c, Map map) { L l = cloneList(c); sort(l, mapComparatorDesc(map)); ret l; }