码迷,mamicode.com
首页 > 其他好文 > 详细

泛型上下限

时间:2018-01-10 20:11:02      阅读:128      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!