单项选择题

Collections中对集合c进行排序的方法是()

A.Collections.max(c)
B.Collections.min(c)
C.Collections.sort(c)
D.Collections.mid(c)