static void mapRemove(Map map, A key) { if (map != null && key != null) map.remove(key); }