单项选择题

获取集合c中存储的最小元素可以使用()方法。

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