uncomment the methods

This commit is contained in:
mherbaghinyan 2018-10-01 16:38:10 +04:00
parent f0e93ad8fa
commit 7773f968da
1 changed files with 3 additions and 3 deletions

View File

@ -21,11 +21,11 @@ public class MergeMaps {
initialize();
//mergeFunction();
mergeFunction();
//streamConcat();
streamConcat();
//streamOf();
streamOf();
streamEx();
}