我试图在方法调用中声明一个字符串数组,如下所示:
if (emailYaml.keySet().containsAll(new String[]{"mailto","subject","text"}))
我不完全确定这是否是最好的方法(我对编程很陌生),但无论如何 Eclipse 告诉我:
The method containsAll(Collection<?>) in the type Set<String> is not applicable for the arguments (String[])
有人可以帮忙解决吗?
非常感谢