会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Vcanccc
博客园
首页
新随笔
联系
订阅
管理
2016年7月24日
java泛型中<?>和<T>有什么区别?
摘要: public static void printColl(ArrayList<?> al){ Iterator<?> it = al.iterator(); while(it.hasNext()) { System.out.println(it.next().toString()); }?和T都表示
阅读全文
posted @ 2016-07-24 18:42 Vcanccc
阅读(82913)
评论(6)
推荐(6)
编辑
公告