hachage imprimé en java

table.forEach( 
            (k, v) -> System.out.println("Key : " + k + ", Value : " + v)); 
Lonely Lark