static Map.Entry firstEntry(Map map) { ret empty(map) ? null : map.firstEntry(); }