我有一个ExtA类,它包含一个过滤函数来过滤ArrayList:
public ExtA<T> filt(...) { //code }
当我编译它是给我错误:找不到符号 - 类T.这是为什么?
java generics types
generics ×1
java ×1
types ×1