I have java code that uses SortedMap.tailMap. In my ported code, I have SortedMap = Dictionary. I need a way
SortedMap.tailMap
SortedMap
Dictionary
TreeMap has a tail map. Is that what you are actually looking for?