Java 在使用Conllections中的bianarySeach ()方法时报错 no instance(s) of type vaiable(s) T text so that Student
Posted twuxian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java 在使用Conllections中的bianarySeach ()方法时报错 no instance(s) of type vaiable(s) T text so that Student相关的知识,希望对你有一定的参考价值。
异常类型:checked 异常,无法通过编译,具体情况如下所示
异常原因:如IDEA所提示,变量list没有合适的类型
处理方式:去掉ArrayList后面的泛型
|--处理后
以上是关于Java 在使用Conllections中的bianarySeach ()方法时报错 no instance(s) of type vaiable(s) T text so that Student的主要内容,如果未能解决你的问题,请参考以下文章