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.
デバッグ中に既存のハッシュ マップ オブジェクトにキーと値のペアを追加しようとしていますが、追加できません。値オブジェクトの変更ボックスに以下を追加しようとしましたが、ハッシュ マップを解決できないと表示されます。
Map result = new HashMap(); result.put("Id","883LP07"); return result;
プログラムがブレークポイントで停止したとき、誰がマップを利用可能として結果を出すか -> コードの任意の場所に書き込む
result.put("Id","883LP07")
、それをマークして実行する rightMouse->Display
を使用してクラス名を修飾してみてくださいnew java.util.HashMap。
new java.util.HashMap