java-tutorials/core-java-modules/core-java-16/README.md

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 10:03:24 -04:00
- [Guide to mapMulti in Stream API](https://www.baeldung.com/java-mapmulti)
2021-09-22 10:41:26 -04:00
- [Collecting Stream Elements into a List in Java](https://www.baeldung.com/java-stream-to-list-collecting)
2021-09-22 11:00:59 -04:00
- [New Features in Java 16](https://www.baeldung.com/java-16-new-features)
2021-09-24 00:37:24 -04:00
- [Guide to Java 8 groupingBy Collector](https://www.baeldung.com/java-groupingby-collector)