static Pair mapPairForKey(Map map, A key) { A value = mapGet(map, key); ret value == null ?: pair(key, value); }