Commit ed2660c
Added HashMap.map method to map keys and values.
1 parent 7075280 commit ed2660cCopy full SHA for ed2660c
File tree
Expand file treeCollapse file tree
2 files changed
+27
-1
lines changedOpen diff view settings
Filter options
- core/src
- main/java/fj/data
- test/fj/data
Expand file treeCollapse file tree
2 files changed
+27
-1
lines changedOpen diff view settings
Collapse file
core/src/main/java/fj/data/HashMap.java
Copy file name to clipboardExpand all lines: core/src/main/java/fj/data/HashMap.java+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
243 | 243 | |
244 | 244 | |
245 | 245 | |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
246 | 258 | |
247 | 259 | |
248 | 260 | |
|
Collapse file
core/src/test/fj/data/CheckHashMap.scala
Copy file name to clipboardExpand all lines: core/src/test/fj/data/CheckHashMap.scala+15-1Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
69 | 69 | |
70 | 70 | |
71 | 71 | |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
72 | 86 | |
0 commit comments