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