Collection 和 Collections的区别?

Collection是集合类(ListSetQueue)的根接口。

Collections是针对集合类的一个工具类,它提供一系列静态方法实现对各种集合的搜索、排序、线程安全化等操作。

Java Program!
原文地址:https://www.cnblogs.com/programb/p/14068335.html