for (Map.Entry<String,String> entry : lau.entrySet()){ System.out.println("Key = " + entry.getKey() +", Value = " + entry.getValue()); }