static NavigableSet navigableKeys(NavigableMap map) { ret map == null ? new TreeSet : map.navigableKeySet(); }