摘要: 一、范型 1. C#和Java范型的区别 在C#中范型是切实存在的,List<int>和List<String>就是两种不同的类型,它们在系统运行期间生成,有自己的虚方法表和类型数据,这种实现称为类型膨胀,基于这种方法实现的范型称为真实范型。 Java语言中的范型则不一样,它只存在于源码中,在编译后 阅读全文
posted @ 2017-02-22 17:00 Black_Knight 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: 414. Third Maximum Number Add to List 414. Third Maximum Number Add to List Add to List Description Submission Solutions Total Accepted: 22549 Total S 阅读全文
posted @ 2017-02-22 13:44 Black_Knight 阅读(727) 评论(0) 推荐(0) 编辑