MapStream
MapStream copied to clipboard
Add toMap(Supplier<Map> mapSupplier)
The use case here is to retain ordering by using a LinkedHashMap
as the destination.
Good suggestion!