What does the Collections.min(Collection<?> coll) method do?
Collections.min(Collection<?> coll)
Deletes the smallest element in the collection
Creates a new collection with elements in ascending order
Returns the first element of the collection
Finds the smallest element in the collection based on natural ordering