Posts by Willian Simões • 23 points
1 post
-
2
votes2
answers3012
viewsQ: How to go through the values of a Hashmap through a certain key?
How can I traverse the values of a Hashmap through a certain key? An example to illustrate: I have a Hashmap called values, with a key that is an id represented by String and a value that is an…