标签: java python-3.x dictionary collections sorteddictionary
如何使用 SortedDict 在 Python 中实现 JAVA 的 SortedMap.tailMap SortedMap.headMap 之类的方法,尽管有bisectleft()和bisectright()之类的方法,但仅适用于SortedLists?