Java map | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Java map

what is the purpose of this instruction map<String, description>

29th Nov 2016, 3:07 PM
TARFAOUI Mohammed
1 Antwort
+ 2
It tells you that in your key-value based map the key object type is going to be of String and the value object type is going to be of a class called 'description'.
29th Nov 2016, 3:44 PM
Kerem Adıgüzel
Kerem Adıgüzel - avatar