8 lines
488 B
Markdown
Raw Normal View History

### Relevant articles:
- [Collect a Java Stream to an Immutable Collection](https://www.baeldung.com/java-stream-immutable-collection)
2021-09-15 22:03:24 +08:00
- [Guide to mapMulti in Stream API](https://www.baeldung.com/java-mapmulti)
2021-09-22 22:41:26 +08:00
- [Collecting Stream Elements into a List in Java](https://www.baeldung.com/java-stream-to-list-collecting)
2021-09-22 23:00:59 +08:00
- [New Features in Java 16](https://www.baeldung.com/java-16-new-features)
2021-09-24 12:37:24 +08:00
- [Guide to Java 8 groupingBy Collector](https://www.baeldung.com/java-groupingby-collector)