How I can get the third value for the first key in this map? Is this possible?
Libraries exist to do this, but the simplest plain Java way is to create a Map of List like this:
Map
List
Map<Object,ArrayList<Object>> multiMap = new HashMap<>();
1.4m articles
1.4m replys
5 comments
57.0k users