static bool checkMapValue(Map map, A key, B value) { ret map != null && eq(map.get(key), value); }