Posts by Mateus • 17 points
3 posts
-
0
votes1
answer207
viewsA: Sort Map<String, Map<String, Map<String, Long>>
After several attempts, I was able to find a way to solve my problem. As I did not find a way to sort (by the value) my Map of Maps a little complex and also by the fact that I should return a…
-
-2
votes1
answer207
viewsQ: Sort Map<String, Map<String, Map<String, Long>>
Hi, I did a search but I couldn’t find this sort of sorting by the last value of this Map. I need to order a Map<String, Map<String, Map<String, Long>>> for the last Long value, to…
-
1
votes2
answers2506
views