java 泛型方法 调用出错
在非泛型类里面声明了一个泛型方法:private<T>booleanisExist(T[]arr,Tkey);然后在类中调用:this.isExist(Config.SK...
在非泛型类里面声明了一个泛型方法:
private <T > boolean isExist(T[] arr, T key);
然后在类中调用:
this.isExist(Config.SKIP, buffer[i]); 其中Config.SKIP是char[]类型,buffer[i]是char类型.
编译器报错:
The method isExist(T[], T) in the type WordParser is not applicable for the arguments (char[], char).
是怎么肥四呢在线等。 展开
private <T > boolean isExist(T[] arr, T key);
然后在类中调用:
this.isExist(Config.SKIP, buffer[i]); 其中Config.SKIP是char[]类型,buffer[i]是char类型.
编译器报错:
The method isExist(T[], T) in the type WordParser is not applicable for the arguments (char[], char).
是怎么肥四呢在线等。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询