static Map.Entry higherEntry(NavigableMap map, A key) { ret map == null ? null : map.higherEntry(key); }