RosettaCodeData/Task/Associative-array-Creation/Java/associative-array-creation-...

2 lines
44 B
Java

Map<String, Integer> map = new HashMap<>();