0
Java map
what is the purpose of this instruction map<String, description>
1 ответ
+ 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'.