Exemplo n.º 1
0
 public void addToLog() {
   CollectionLib.logHashmap(hm);
 }
Exemplo n.º 2
0
 public void printToConsole() {
   CollectionLib.printHashmapToConsole(hm);
 }