cerebis / meta-sweeper

Parametric sweep of simulated microbial communities and metagenomic sequencing.
GNU General Public License v3.0
10 stars 0 forks source link

Use of JavaSE8 Map.putIfAbsent() #63

Open cerebis opened 7 years ago

cerebis commented 7 years ago

We've made use of the method putIfAbsent() for the Map class. As it turns out, this was only introduced in Java 8. It is not essential to use and we could wind it back.