static L keysSortedByValuesDesc(final Map map) { L l = new ArrayList(map.keySet()); sort(l, mapComparatorDesc(map)); ret l; }