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