Java中的内部类/内部接口如何引用外部类的类型参数T?
例如:
public class A<T> {
public interface I<T> {
//...
}
//...
}
想在内部接口I中引用同一个类型参数T,如果做到?
-某.宅-
9 years, 8 months ago