泛型(Generic)

泛型(Generic)是什么?

使用泛型是一种增强程序功能的技术。

.NET 框架类库在 System.Collections.Generic 命名空间中包含了一些新的泛型集合类。您可以使用这些泛型集合类来替代 System.Collections 中的集合类。

上一篇:Comparable和Comparator的区别


下一篇:Java基础类(六):Collections工具类