Join Slack
Communities
Powered by
If I have a `Map<String, List<String>>...
# announcements
d
ddsoyka
09/06/2017, 10:15 PM
If I have a
Map<String, List<String>>
, how do I 'unwrap' that inner list to a
Map<String, String>
, wherein each element of the inner list is paired to the correct key?
Open in Slack
Previous
Next