How to add a List of a pair of integers as a value in a Map with key as first value in the pair - Java

后端 未结 0 564
一整个雨季
一整个雨季 2021-01-17 13:51

I want to know how I achieve this scenario - I have a list of a Pair of integers (a,b) - for example

[[0, 3],[0,3],[0,4],[1,2],[1,8],[1,14],[2,4],[2,5],[2,6]] - List

相关标签:
回答
  • 消灭零回复
提交回复
热议问题