Skip to content

Commit 8f71ed9

Browse files
committed
add uml
1 parent 72ec5b9 commit 8f71ed9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

map-reduce/etc/map-reduce.png

18.6 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)