static <A, B> L<B> valuesSortedByKeys(Map<A, B> map) { ret pairsB(pairsSortedByA(mapToPairs(map))); }