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.
可能重复: Objective-C 的 NSDictionary 的 Java 等价物是什么?
我见过其他答案,但他们似乎在回应方面互相争吵。
我需要翻译一些 Objective-C 并且我经常使用 NSDictionary。为此,我应该尝试在 Java 中使用什么?
最好的 Java 等效项是Map专门的实现HashMap。
Map
HashMap