STREAM
- Java 8 Stream - From List to Map (04 Jun 2016)
An example to convert a List to a Map using Java 8 Stream - Java 8 - Convert List to String comma separated (22 May 2016)
Convert a List of String in a String with all the values of the List comma separated, using Java 8, is really straightforward.