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