We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ec5b9 commit 8f71ed9Copy full SHA for 8f71ed9
map-reduce/etc/map-reduce.png
18.6 KB
map-reduce/etc/model-view-intent.urm.puml
@@ -0,0 +1,10 @@
1
+@startuml
2
+package com.iluwatar.mapreduce {
3
+
4
+ class App {
5
+ + App()
6
+ + main(args : String[]) {static}
7
+ + map(sentences : List<String>) : List<Map.Entry<String, Integer>> {static}
8
+ + reduce(mappedWords : List<Map.Entry<String, Integer>>) : Map<String, Integer> {static}
9
+}
10
+@enduml
0 commit comments