static Collection valuesForKeysStartingWith(TreeMap map, S x) { ret values(keysStartingWith(x, map)); }