gpt4 book ai didi

java - 如何在 Eclipse 中克服类型安全警告而不忽略它?

转载 作者:行者123 更新时间:2023-12-01 14:50:41 24 4
gpt4 key购买 nike

我收到来自 eclipse 的警告

Type safety: The expression of type TreeItem[] needs unchecked conversion to conform to TreeItem<AppleItem>[]

使用时:

TreeItem<AppleItem>[] friends = item.getChildren().toArray(new TreeItem[0]);

我不想使用@uncheck或者我不想使用循环来逐一插入。有办法做到这一点吗?

显然getChildren返回 ArrayList喜欢 ArrayList<TreeItem<AppleItem>>

提前致谢。

最佳答案

不,如果没有未经检查的 Actor 阵容,就没有办法做到这一点。 @Ivaylo 的解决方案也无法让您免于选角。

关于java - 如何在 Eclipse 中克服类型安全警告而不忽略它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14899654/

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