Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
完全なマップを降順に並べ替えたいのですが、マップの構造は以下のとおりです
SortedMap<String, SortedMap<String, Long>>
inner の Long 値でソートしたいSortedMap。これはどのように行うことができますか?
SortedMap
ありがとうございました。 編集: マップは SortedMap に変更され 、内部マップには常に単一の値が含まれます。