public class TTest { public static void main(String[] args) { // TODO Auto-generated method stub } /** * Java泛型中<? extends E>和<? super E>的区别 * *<? extends E> 限制元素上限 * *<? super E> 限制下限 */ }
标签:ext col 元素 pos 上下限 stat auto extends string
public class TTest { public static void main(String[] args) { // TODO Auto-generated method stub } /** * Java泛型中<? extends E>和<? super E>的区别 * *<? extends E> 限制元素上限 * *<? super E> 限制下限 */ }
标签:ext col 元素 pos 上下限 stat auto extends string
原文地址:https://www.cnblogs.com/lxh520/p/8260279.html