摘要: 1.泛型 一种java的语言特征 使用泛型更安全,适用更广泛 *自定义泛型 import java.util.*; class GenericTreeClass { public static void main(String[] args){ TNode<String> t = new TNode 阅读全文
posted @ 2020-07-24 18:48 鯨落 阅读(77) 评论(0) 推荐(0) 编辑