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