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.
そのため、目的地から数量への ak/v マップ、つまり {サンフランシスコ -> 10} がある状況に遭遇しました。最高値または最低値の k/v ペアを取得したいのですが、それを取得した後、値を変更したい。TreeMap には明らかにこの機能がありますが、値ではなくキーに対してです。この機能を実現するパッケージやその他の方法はありますか? ありがとう。
google guava から BiMap を使用できます。