static Set keys(Map map) { ret map.keySet(); } static Set keys(O map) { ret keys((Map) map); }