泛型
摘要:        
/* * 在类上定义类型 * 在方法上定义类型 * 有时可有通配符 */ public class Genericity { private T t; public T getT() { return t; } public void setT(T t) { this.t = t; } public A...    阅读全文
		
		posted @ 2016-10-27 17:19 flovato 阅读(86) 评论(0) 推荐(0)
posted @ 2016-10-27 17:19 flovato 阅读(86) 评论(0) 推荐(0)