static SortedMap subMap_longRange(SortedMap map, LongRange range) { ret subMap(map, range.start, range.end); }