Hashmap.ForEach Exemple

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