An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Java 8 Streams: Convert List to Map

[![Build Status](https://travis-ci.org/marcnuri-demo/java8-streams-list-to-map.svg?branch=master)](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