List<Pair<A,B>>怎么取出元素
时间: 2023-11-11 21:07:00 浏览: 49
4种思路随机乱序输出数组元素
5星 · 资源好评率100%
可以使用循环遍历该列表,通过调用getValue()方法和getKey()方法来分别获取每个Pair对象的值和键。例如:
```
List<Pair<A,B>> pairList = new ArrayList<>();
// ... 添加元素至列表 ...
for (Pair<A,B> pair : pairList) {
A value = pair.getValue();
B key = pair.getKey();
// 对每个元素进行一些操作...
}
```
希望我的回答对您有所帮助。
阅读全文