Posts by Daniela • 1 point
1 post
- 
		0 votes1 answer458 viewsQ: How to browse Hashmap with subkeys?How to walk a HashMap who owns another HashMap? for (Map.Entry<Date,HashMap<String, Integer>> entrada : m.entrySet()) { // .... }… 
1 post
0
votes1
answer458
viewsHow to walk a HashMap who owns another HashMap? for (Map.Entry<Date,HashMap<String, Integer>> entrada : m.entrySet()) { // .... }…