会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Easy Programing, Easy Life...
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2015年5月2日
Generics and Collection (2)
摘要: Integer is a subtype of NumberDouble is a subtype of NumberArrayList is a subtype of ListList is a subtype of CollectionCollection is a subtype of Ite...
阅读全文
posted @ 2015-05-02 13:21 Ring
阅读(289)
评论(0)
推荐(0)
编辑
Generics and Collection (1)
摘要: 1 public static void main(String args[]) { 2 List ints = Arrays.asList(new Integer[]{new Integer(1), new Integer(3)}); 3 int s =0; 4 ...
阅读全文
posted @ 2015-05-02 12:26 Ring
阅读(341)
评论(0)
推荐(0)
编辑