static A lastKey(SortedMap map) { ret empty(map) ? null : map.lastKey(); }