随笔-12  评论-0  文章-1  trackbacks-0
  2012年12月31日
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 @ 2012-12-31 15:35 Sam Zheng 阅读(240) | 评论 (0)编辑 收藏