A basic chat program I wrote has several key words that generate special actions, images, messages, etc. I store all of the key words and special functions in a HashMap. Key wor
Only in Java 8 & above
map.forEach((k,v)->System.out.println("Key: " + k + "Value: " + v));