uncomment the methods

This commit is contained in:
mherbaghinyan 2018-10-01 16:38:10 +04:00
parent f0e93ad8fa
commit 7773f968da

View File

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