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.
重複の可能性: JavaでObjective-CのNSDictionaryに相当するものは何ですか?
私は他の答えを見ましたが、それらは応答の点で互いに争っているようです。
私はいくつかのObjective-Cを翻訳する必要があり、NSDictionaryを頻繁に使用しています。このためにJavaで何を使用しようとすべきですか?
Javaに相当する最良のものは、Map具体的には実装HashMapです。
Map
HashMap