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.
C++のような重複キーを処理できるコンテナが必要ですmultimap。Guavaには既知の実装がありますが、標準のJavaAPIから何かが欲しいです。前もって感謝します
multimap
MapとList:Javaドキュメントだけでマルチマップをシミュレートできます。
Map
List
GuavaライブラリのMultimap実装を使用できます。
Multimap