Contact: aviboots(AT)netvision.net.il
41,163 questions
53,655 answers
573 users
def map = [name: "Groovy", age: 13, country: "United States", city: "New York"] def f = map.find{it.value == "New York"}.key == "city" println f /* run: true */