https://github.com/marcnuri-demo/java8-streams-list-to-map
Example to show how to convert a List to a Map using Java 8 Streams
https://github.com/marcnuri-demo/java8-streams-list-to-map
Last synced: 3 months ago
JSON representation
Example to show how to convert a List to a Map using Java 8 Streams
- Host: GitHub
- URL: https://github.com/marcnuri-demo/java8-streams-list-to-map
- Owner: marcnuri-demo
- License: apache-2.0
- Created: 2018-03-22T06:29:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T05:08:15.000Z (over 5 years ago)
- Last Synced: 2025-01-25T06:25:59.856Z (4 months ago)
- Language: Java
- Homepage: https://blog.marcnuri.com/java-8-streams-list-a-map
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java 8 Streams: Convert List to Map
[](https://travis-ci.org/marcnuri-demo/java8-streams-list-to-map)
This is a practical demonstration for the blog post available at: https://blog.marcnuri.com/java-8-streams-list-a-map