标签:int map lis 容器 key bsp 相互 result 初始化
1D-->1D List:
new ArrayList<>(1D_list)
1D List添加 2D List
List<List<Integer>> result;
result.add(new ArrayList<>(curResult))
set to list;
new ArrayList < > (map.keySet());
标签:int map lis 容器 key bsp 相互 result 初始化
原文地址:https://www.cnblogs.com/keepAC/p/10357140.html