Which method is used to convert a stream of objects into a map in Java?
a) toArray()
b) toList()
c) toSet()
d) toMap()