gpt4 book ai didi

java - 实现使用原始类型的接口(interface)时如何避免警告?

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

我正在实现 IProcessFactory具有以下方法的接口(interface):

IProcess newProcess(ILaunch launch, Process process,
String label, Map attributes);

如您所见,它使用原始 map 类型。当我使用相同的签名实现此方法时,Eclipse 会发出以下警告:

Map is a raw type. References to generic type Map should be parameterized.

替换 MapMap<?, ?>给出错误。那么实现这种接口(interface)的正确方法是什么?

最佳答案

So what is a proper way to implement

据我所知,在这种情况下你不得不使用原始类型。事实上,Eclipse 将它们称为“不可避免的”。

How to avoid warnings when implementing an interface that uses raw types?

如果您使用的是 Eclipse,则可以在首选项的错误/警告 部分下禁用这些警告。

有关详细信息,请参阅此答案:

关于java - 实现使用原始类型的接口(interface)时如何避免警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9772796/

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