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