def map = [a: "Hodnota a", b: "Hodnota b", c: 10] println map.a map.each{ println "${it.key}: ${it.value}" }