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 中有一个已知的实现,但我想要标准 Java API 中的一些东西。提前致谢
multimap
Map您可以只使用和List:Java 文档来模拟多地图。
Map
List
您可以使用Guava库中的Multimap实现。
Multimap