Sam Zheng
BlogJava
首页
新随笔
联系
聚合
管理
随笔-12 评论-0 文章-1 trackbacks-0
generic programming in java
the super keyword in java generic programming is used to declare a template of a specific type. e.g.
List<?
super
MyClass> list =
new
LinkedList<AnyTypeDerivedByMyClass>();
posted on 2012-12-31 15:35
Sam Zheng
阅读(240)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
<
2012年12月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
常用链接
我的随笔
我的评论
我的参与
留言簿
给我留言
查看公开留言
查看私人留言
随笔档案
2012年12月 (1)
2012年9月 (1)
2012年8月 (2)
2012年4月 (2)
2012年3月 (1)
2012年2月 (1)
2012年1月 (2)
2011年12月 (1)
2011年11月 (1)
文章档案
2009年9月 (1)
搜索
最新评论
阅读排行榜
1. InputStream/OutputStream.close may block if called on a sub process(367)
2. Reasonablely analyzing/programming(311)
3. generic programming in java(240)
4. How to read/undstand source code quickly(232)
5. Design principal for an interface/class.(164)
评论排行榜
1. generic programming in java(0)
2. C declaration(0)
3. if you don't feel comfortable with your code, it's time to refactor it.(0)
4. don't get trapped in details(0)
5. Break down complex things.(0)