static B lastValue(NavigableMap map) { if (map == nul) null; Map.Entry entry = map.lastEntry(); ret entry?.getValue(); }