hashmap.foreach Beispiel
hashmap.forEach((key,value) -> {
//do some things
})
Jittery Jackal
hashmap.forEach((key,value) -> {
//do some things
})