判断题
java中的Collections类,提供了对Collection集合、Map容器操作的方法。
正确
判断题 Collections提供了对所有Collection集合中元素进行排序的方法。
判断题 Collections提供了从Set集合中获取符合特定条件的子集合的方法。
判断题 Collections提供了在List集合中查找子列表位置的方法。