Hash map | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Hash map

I need method to change details in hash map java from another class

8th Mar 2019, 12:50 PM
Farah Aljoubori
Farah Aljoubori  - avatar
1 ответ
+ 3
You can use the put(K key, V val) for that purpose Documentation: https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html
8th Mar 2019, 12:57 PM
Seniru
Seniru - avatar