You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 06-map.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
Map Improvements
2
2
---------
3
3
4
-
Map is one the most important data structure. In Java 8, a lot of goodies has been added to the Map API that will make it easy to work with them. We will look at all the enhancements made to them one by one. Every feature is shown along with its JUnit test case.
4
+
Map is one the most important data structure. In Java 8, a lot of goodies has
5
+
been added to the Map API that will make it easy to work with them. We will look
6
+
at all the enhancements made to them one by one. Every feature is shown along
7
+
with its JUnit test case.
5
8
6
9
## Create Map from List
7
10
8
-
Most of the times we want to create a map from existing data. Let's suppose we have a list of tasks, every task has an id and other associated data like title, description, etc.
11
+
Most of the times we want to create a map from existing data. Let's suppose we
12
+
have a list of tasks, every task has an id and other associated data like title,
0 commit comments