static A keyWithLongestStringValue(Map map) { new Best best; fOr (A key, S value : map) best.put(key, l(value)); ret best!; }