单项选择题
A、Collections.max(c) B、Collections.min(c) C、Collections.sort(c) D、Collections.mid(c)
Collections中获取集合中最大、最小元素的方法返回值类型为()A.intB.ObjectC.集合中元素...
单项选择题Collections中获取集合中最大、最小元素的方法返回值类型为()
A.int B.Object C.集合中元素的类型T D.Collection
Collections中对集合c进行排序的方法是()A.Collections.max(c)B.Collect...
单项选择题Collections中对集合c进行排序的方法是()
A.Collections.max(c) B.Collections.min(c) C.Collections.sort(c) D.Collections.mid(c)
Collections中的sort方法可以对下面哪种集合进行排序?()A.Queue集合B.Set集合C.Li...
单项选择题Collections中的sort方法可以对下面哪种集合进行排序?()
A.Queue集合 B.Set集合 C.List集合 D.以上都可以