Is there a way that I can get back how many vales are stored with a certain key?
Like:
Key = 1, Values = Max, Owen, Karl, Jonas, Rose
Number of values would be: 5.
But how do I get my program to tell me the amount?
Becasue mapFile1.getValues.size() doesn't work.
Or how do I let it print every value on a new line?