gpt4 book ai didi

java - 将 Collection> 转换为二维数组 T[][]

转载 作者:行者123 更新时间:2023-11-30 07:20:28 28 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Convert ArrayList into 2D array containing varying lengths of arrays

如何转换 Collection<List<Foo>>进入类型为 Foo[][] 的二维数组?

我正在尝试使用 toArray方法,但我不确定语法。例如,这不起作用:

import com.google.common.collect.Collections2;
Collection<List<Foo>> permuted = Collections2.permutations(bar);
Foo[][] permutedArray = permuted.toArray(new Foo[10][10]);//exception here

它正在抛出 ArrayStoreException .在这种情况下,permutedArray 的类型应该是什么? ?

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com