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 アプリケーション内に、文字列と整数を保持するハッシュマップがあります。キーが特定の値であるオブジェクトを返す必要がある状況にあります。どうやってこれを行うのかわかりません。どうぞよろしくお願いいたします。
public HashMap<String, Integer> loginArenaList = new HashMap();