static B higherValue(NavigableMap map, A key) { if (map == null) null; var e = map.higherEntry(key); ret e == null ?: e.getValue(); }