Manage strings in Map
问题 I'm already first time using Map on java. I'm creating a project on the console where I create Strings with this structure: String = word1 word2 word3, code; //This code is a number, can be the same as the // Map's key. Then, each time I create a String like this, I save it into a Map. After creating and saving into the map one or more Strings, I have to be able to show them in the console, or to delete one of them. The problem I'm getting is that when adding one String to the map, is