Collection是接口、Collections是工具类 Collection Collection是一个接口,它主要的两个分支是:List 和 Set。 Collections 实体类:提供一系列静态方法实现对各种集合的搜索、排序等操作 相关文章: